#D16407

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

Shades of Tenne (Tawny) #D16407

Tints of Tenne (Tawny) #D16407

Color information

#D16407 (or 0xD16407) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 64 and 07. RGB value is (209,100,7). Sum of RGB (Red+Green+Blue) = 209+100+7=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D16407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16407 is #2E9BF8. Grayscale: #7A7A7A. Windows color (decimal): -3054585 or 484561. OLE color: 484561.

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

Color convert

RGB2091007-
CMYK00.520.970.18
HSL27.62º93.52%42.35%-
HSV(B)27.62º96.65%81.96%-
XYZ30.8922.682.95-
YUV121.9963.11190.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.14%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 7 (3.12% from 255) = 2.22%
R=66.14%
G=31.65%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209100700.520.970.1827.6293.5242.35
HexD164703461121c5e2a
Octal3211447064141223413652
Binary1101000111001001110110100110000110010111001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16407; }

 p { color: rgb(209,100,7); }

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

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

 a { background-color: rgb(209,100,7); }

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

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

 span { border-color: rgb(209,100,7); }

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