#D04504

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

Shades of Tenne (Tawny) #D04504

Tints of Tenne (Tawny) #D04504

Color information

#D04504 (or 0xD04504) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 45 and 04. RGB value is (208,69,4). Sum of RGB (Red+Green+Blue) = 208+69+4=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D04504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04504 is #2FBAFB. Grayscale: #676767. Windows color (decimal): -3128060 or 280016. OLE color: 280016.

HSL color Cylindrical-coordinate representation of color #D04504: hue angle of 19.12º degrees, saturation: 0.96, 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 #D04504 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB208694-
CMYK00.670.980.18
HSL19.12º96.23%41.57%-
HSV(B)19.12º98.08%81.57%-
XYZ28.1617.672.04-
YUV103.1572.05202.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 74.02%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 4 (1.95% from 255) = 1.42%
R=74.02%
G=24.56%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20869400.670.980.1819.1296.2341.57
HexD0454043621213602a
Octal32010540103142222314052
Binary11010000100010110001000011110001010010100111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04504; }

 p { color: rgb(208,69,4); }

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

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

 a { background-color: rgb(208,69,4); }

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

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

 span { border-color: rgb(208,69,4); }

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