#D74204

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

Shades of Tenne (Tawny) #D74204

Tints of Tenne (Tawny) #D74204

Color information

#D74204 (or 0xD74204) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 42 and 04. RGB value is (215,66,4). Sum of RGB (Red+Green+Blue) = 215+66+4=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D74204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74204 is #28BDFB. Grayscale: #676767. Windows color (decimal): -2670076 or 279255. OLE color: 279255.

HSL color Cylindrical-coordinate representation of color #D74204: hue angle of 17.63º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D74204 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB215664-
CMYK00.690.980.16
HSL17.63º96.35%42.94%-
HSV(B)17.63º98.14%84.31%-
XYZ29.9918.352.08-
YUV103.4871.86207.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 75.44%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=75.44%
G=23.16%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21566400.690.980.1617.6396.3542.94
HexD7424045621012602b
Octal32710240105142202214053
Binary11010111100001010001000101110001010000100101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74204; }

 p { color: rgb(215,66,4); }

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

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

 a { background-color: rgb(215,66,4); }

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

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

 span { border-color: rgb(215,66,4); }

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