#D08E65

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

Shades of Whiskey #D08E65

Tints of Whiskey #D08E65

Color information

#D08E65 (or 0xD08E65) is unknown color: approx Whiskey. HEX triplet: D0, 8E and 65. RGB value is (208,142,101). Sum of RGB (Red+Green+Blue) = 208+142+101=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E65 is #2F719A. Grayscale: #9D9D9D. Windows color (decimal): -3109275 or 6655696. OLE color: 6655696.

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

Color convert

RGB208142101-
CMYK00.320.510.18
HSL22.99º53.23%60.59%-
HSV(B)22.99º51.44%81.57%-
XYZ38.0333.716.81-
YUV157.0696.37164.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=46.12%
G=31.49%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814210100.320.510.1822.9953.2360.59
HexD08E65020331217353d
Octal3202161450406322276575
Binary1101000010001110110010101000001100111001010111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08E65; }

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

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

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

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

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

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

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

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