#D08E6A

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

Shades of Whiskey #D08E6A

Tints of Whiskey #D08E6A

Color information

#D08E6A (or 0xD08E6A) is unknown color: approx Whiskey. HEX triplet: D0, 8E and 6A. RGB value is (208,142,106). Sum of RGB (Red+Green+Blue) = 208+142+106=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E6A is #2F7195. Grayscale: #9D9D9D. Windows color (decimal): -3109270 or 6983376. OLE color: 6983376.

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

Color convert

RGB208142106-
CMYK00.320.490.18
HSL21.18º52.04%61.57%-
HSV(B)21.18º49.04%81.57%-
XYZ38.2933.818.14-
YUV157.6398.87163.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.61%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=45.61%
G=31.14%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814210600.320.490.1821.1852.0461.57
HexD08E6A020311215343e
Octal3202161520406122256476
Binary1101000010001110110101001000001100011001010101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08E6A; }

 p { color: rgb(208,142,106); }

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

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

 a { background-color: rgb(208,142,106); }

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

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

 span { border-color: rgb(208,142,106); }

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