#D04D14

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

Shades of Tenne (Tawny) #D04D14

Tints of Tenne (Tawny) #D04D14

Color information

#D04D14 (or 0xD04D14) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 4D and 14. RGB value is (208,77,20). Sum of RGB (Red+Green+Blue) = 208+77+20=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04D14 is #2FB2EB. Grayscale: #6E6E6E. Windows color (decimal): -3125996 or 1330640. OLE color: 1330640.

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

Color convert

RGB2087720-
CMYK00.630.900.18
HSL18.19º82.46%44.71%-
HSV(B)18.19º90.38%81.57%-
XYZ28.7918.772.77-
YUV109.6777.4198.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 68.20%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=68.20%
G=25.25%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208772000.630.900.1818.1982.4644.71
HexD04D1403F5A1212522d
Octal32011524077132222212255
Binary110100001001101101000111111101101010010100101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04D14; }

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

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

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

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

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

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

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

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