#D09C66

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

Shades of Whiskey #D09C66

Tints of Whiskey #D09C66

Color information

#D09C66 (or 0xD09C66) is unknown color: approx Whiskey. HEX triplet: D0, 9C and 66. RGB value is (208,156,102). Sum of RGB (Red+Green+Blue) = 208+156+102=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C66 is #2F6399. Grayscale: #A5A5A5. Windows color (decimal): -3105690 or 6724816. OLE color: 6724816.

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

Color convert

RGB208156102-
CMYK00.250.510.18
HSL30.57º53%60.78%-
HSV(B)30.57º50.96%81.57%-
XYZ40.338.1517.81-
YUV165.3992.23158.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.64%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 102 (40.23% from 255) = 21.89%
R=44.64%
G=33.48%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815610200.250.510.1830.575360.78
HexD09C6601933121f353d
Octal3202341460316322376575
Binary110100001001110011001100110011100111001011111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09C66; }

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

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

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

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

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

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

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

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