#D08C69

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

Shades of Whiskey #D08C69

Tints of Whiskey #D08C69

Color information

#D08C69 (or 0xD08C69) is unknown color: approx Whiskey. HEX triplet: D0, 8C and 69. RGB value is (208,140,105). Sum of RGB (Red+Green+Blue) = 208+140+105=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C69 is #2F7396. Grayscale: #9C9C9C. Windows color (decimal): -3109783 or 6917328. OLE color: 6917328.

HSL color Cylindrical-coordinate representation of color #D08C69: hue angle of 20.39º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D08C69 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208140105-
CMYK00.330.500.18
HSL20.39º52.28%61.37%-
HSV(B)20.39º49.52%81.57%-
XYZ37.9433.1917.77-
YUV156.3499.03164.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=45.92%
G=30.91%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814010500.330.500.1820.3952.2861.37
HexD08C69021321214343d
Octal3202141510416222246475
Binary1101000010001100110100101000011100101001010100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08C69; }

 p { color: rgb(208,140,105); }

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

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

 a { background-color: rgb(208,140,105); }

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

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

 span { border-color: rgb(208,140,105); }

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