#d05005

Color #D05005 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D05005

Tints of Tenne (Tawny) #D05005

Color information

#D05005 (or 0xD05005) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 50 and 05. RGB value is (208,80,5). Sum of RGB (Red+Green+Blue) = 208+80+5=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D05005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05005 is #2FAFFA. Grayscale: #6E6E6E. Windows color (decimal): -3125243 or 348368. OLE color: 348368.

HSL color Cylindrical-coordinate representation of color #D05005: hue angle of 22.17º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D05005 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB208805-
CMYK00.620.980.18
HSL22.17º95.31%41.76%-
HSV(B)22.17º97.6%81.57%-
XYZ28.9119.162.32-
YUV109.7268.91198.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 70.99%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 5 (2.34% from 255) = 1.71%
R=70.99%
G=27.30%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20880500.620.980.1822.1795.3141.76
HexD050503E6212165f2a
Octal3201205076142222613752
Binary1101000010100001010111110110001010010101101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d05005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d05005; }

 p { color: rgb(208,80,5); }

 H1.HeaderClassName
 {
   color: #d05005;
 }
 .AnyTagClassName
 {
   color: #d05005;
 }
</style>
background-color css

<style>
 a { background-color: #d05005; }

 a { background-color: rgb(208,80,5); }

 div.DivClassName
 {
   background-color: #d05005;
 }
 .BgClassName
 {
   background-color: #d05005;
 }
</style>
border-color css

<style>
 span { border-color: #d05005; }

 span { border-color: rgb(208,80,5); }

 td.TdClassName
 {
   border-color: #d05005;
 }
 .TagClassName
 {
   border-color: #d05005;
 }
</style>