#D04D0A

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

Shades of Tenne (Tawny) #D04D0A

Tints of Tenne (Tawny) #D04D0A

Color information

#D04D0A (or 0xD04D0A) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 4D and 0A. RGB value is (208,77,10). Sum of RGB (Red+Green+Blue) = 208+77+10=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04D0A is #2FB2F5. Grayscale: #6C6C6C. Windows color (decimal): -3126006 or 675280. OLE color: 675280.

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

Color convert

RGB2087710-
CMYK00.630.950.18
HSL20.3º90.83%42.75%-
HSV(B)20.3º95.19%81.57%-
XYZ28.7218.742.39-
YUV108.5372.4198.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.51%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 10 (4.30% from 255) = 3.39%
R=70.51%
G=26.10%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208771000.630.950.1820.390.8342.75
HexD04DA03F5F12145b2b
Octal32011512077137222413353
Binary11010000100110110100111111101111110010101001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04D0A; }

 p { color: rgb(208,77,10); }

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

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

 a { background-color: rgb(208,77,10); }

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

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

 span { border-color: rgb(208,77,10); }

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