#D08A55

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

Shades of Whiskey Sour #D08A55

Tints of Whiskey Sour #D08A55

Color information

#D08A55 (or 0xD08A55) is unknown color: approx Whiskey Sour. HEX triplet: D0, 8A and 55. RGB value is (208,138,85). Sum of RGB (Red+Green+Blue) = 208+138+85=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A55 is #2F75AA. Grayscale: #999999. Windows color (decimal): -3110315 or 5606096. OLE color: 5606096.

HSL color Cylindrical-coordinate representation of color #D08A55: hue angle of 25.85º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D08A55 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20813885-
CMYK00.340.590.18
HSL25.85º56.68%57.45%-
HSV(B)25.85º59.13%81.57%-
XYZ36.7432.2412.88-
YUV152.8989.69167.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.26%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=48.26%
G=32.02%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081388500.340.590.1825.8556.6857.45
HexD08A550223B121a3939
Octal3202121250427322327171
Binary1101000010001010101010101000101110111001011010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08A55; }

 p { color: rgb(208,138,85); }

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

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

 a { background-color: rgb(208,138,85); }

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

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

 span { border-color: rgb(208,138,85); }

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