#D09166

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

Shades of Whiskey #D09166

Tints of Whiskey #D09166

Color information

#D09166 (or 0xD09166) is unknown color: approx Whiskey. HEX triplet: D0, 91 and 66. RGB value is (208,145,102). Sum of RGB (Red+Green+Blue) = 208+145+102=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D09166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09166 is #2F6E99. Grayscale: #9F9F9F. Windows color (decimal): -3108506 or 6722000. OLE color: 6722000.

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

Color convert

RGB208145102-
CMYK00.300.510.18
HSL24.34º53%60.78%-
HSV(B)24.34º50.96%81.57%-
XYZ38.5434.6217.22-
YUV158.9495.87163-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=45.71%
G=31.87%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814510200.300.510.1824.345360.78
HexD0916601E331218353d
Octal3202211460366322306575
Binary110100001001000111001100111101100111001011000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09166; }

 p { color: rgb(208,145,102); }

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

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

 a { background-color: rgb(208,145,102); }

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

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

 span { border-color: rgb(208,145,102); }

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