#D04F08

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

Shades of Tenne (Tawny) #D04F08

Tints of Tenne (Tawny) #D04F08

Color information

#D04F08 (or 0xD04F08) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 4F and 08. RGB value is (208,79,8). Sum of RGB (Red+Green+Blue) = 208+79+8=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F08 is #2FB0F7. Grayscale: #6D6D6D. Windows color (decimal): -3125496 or 544720. OLE color: 544720.

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

Color convert

RGB208798-
CMYK00.620.960.18
HSL21.3º92.59%42.35%-
HSV(B)21.3º96.15%81.57%-
XYZ28.8519.022.38-
YUV109.4870.74198.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.51%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 8 (3.52% from 255) = 2.71%
R=70.51%
G=26.78%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20879800.620.960.1821.392.5942.35
HexD04F803E6012155d2a
Octal32011710076140222513552
Binary11010000100111110000111110110000010010101011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F08; }

 p { color: rgb(208,79,8); }

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

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

 a { background-color: rgb(208,79,8); }

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

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

 span { border-color: rgb(208,79,8); }

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