#D74D0C

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

Shades of Tenne (Tawny) #D74D0C

Tints of Tenne (Tawny) #D74D0C

Color information

#D74D0C (or 0xD74D0C) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 4D and 0C. RGB value is (215,77,12). Sum of RGB (Red+Green+Blue) = 215+77+12=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74D0C is #28B2F3. Grayscale: #6F6F6F. Windows color (decimal): -2667252 or 806359. OLE color: 806359.

HSL color Cylindrical-coordinate representation of color #D74D0C: hue angle of 19.21º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D74D0C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB2157712-
CMYK00.640.940.16
HSL19.21º89.43%44.51%-
HSV(B)19.21º94.42%84.31%-
XYZ30.7419.782.55-
YUV110.8572.22202.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 70.72%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 12 (5.08% from 255) = 3.95%
R=70.72%
G=25.33%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215771200.640.940.1619.2189.4344.51
HexD74DC0405E1013592d
Octal327115140100136202313155
Binary110101111001101110001000000101111010000100111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74D0C; }

 p { color: rgb(215,77,12); }

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

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

 a { background-color: rgb(215,77,12); }

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

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

 span { border-color: rgb(215,77,12); }

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