#D16600

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

Shades of Tenne (Tawny) #D16600

Tints of Tenne (Tawny) #D16600

Color information

#D16600 (or 0xD16600) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 66 and 00. RGB value is (209,102,0). Sum of RGB (Red+Green+Blue) = 209+102+0=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D16600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16600 is #2E99FF. Grayscale: #7A7A7A. Windows color (decimal): -3054080 or 26321. OLE color: 26321.

HSL color Cylindrical-coordinate representation of color #D16600: hue angle of 29.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D16600 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB2091020-
CMYK00.5110.18
HSL29.28º100%40.98%-
HSV(B)29.28º100%81.96%-
XYZ31.0523.062.81-
YUV122.3658.95189.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.20%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.20%
G=32.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209102000.5110.1829.2810040.98
HexD166003364121d6429
Octal3211460063144223514451
Binary11010001110011000110011110010010010111011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16600; }

 p { color: rgb(209,102,0); }

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

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

 a { background-color: rgb(209,102,0); }

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

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

 span { border-color: rgb(209,102,0); }

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