#D09A6C

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

Shades of Whiskey #D09A6C

Tints of Whiskey #D09A6C

Color information

#D09A6C (or 0xD09A6C) is unknown color: approx Whiskey. HEX triplet: D0, 9A and 6C. RGB value is (208,154,108). Sum of RGB (Red+Green+Blue) = 208+154+108=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A6C is #2F6593. Grayscale: #A5A5A5. Windows color (decimal): -3106196 or 7117520. OLE color: 7117520.

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

Color convert

RGB208154108-
CMYK00.260.480.18
HSL27.6º51.55%61.96%-
HSV(B)27.6º48.08%81.57%-
XYZ40.2737.619.32-
YUV164.995.89158.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=44.26%
G=32.77%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815410800.260.480.1827.651.5561.96
HexD09A6C01A30121c343e
Octal3202321540326022346476
Binary110100001001101011011000110101100001001011100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09A6C; }

 p { color: rgb(208,154,108); }

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

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

 a { background-color: rgb(208,154,108); }

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

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

 span { border-color: rgb(208,154,108); }

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