#D15E06

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

Shades of Tenne (Tawny) #D15E06

Tints of Tenne (Tawny) #D15E06

Color information

#D15E06 (or 0xD15E06) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 5E and 06. RGB value is (209,94,6). Sum of RGB (Red+Green+Blue) = 209+94+6=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15E06 is #2EA1F9. Grayscale: #767676. Windows color (decimal): -3056122 or 417489. OLE color: 417489.

HSL color Cylindrical-coordinate representation of color #D15E06: hue angle of 26.01º 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 #D15E06 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB209946-
CMYK00.550.970.18
HSL26.01º94.42%42.16%-
HSV(B)26.01º97.13%81.96%-
XYZ30.3321.572.74-
YUV118.3564.6192.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.64%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=67.64%
G=30.42%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20994600.550.970.1826.0194.4242.16
HexD15E603761121a5e2a
Octal3211366067141223213652
Binary1101000110111101100110111110000110010110101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E06; }

 p { color: rgb(209,94,6); }

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

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

 a { background-color: rgb(209,94,6); }

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

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

 span { border-color: rgb(209,94,6); }

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