#D08C5B

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

Shades of Whiskey Sour #D08C5B

Tints of Whiskey Sour #D08C5B

Color information

#D08C5B (or 0xD08C5B) is unknown color: approx Whiskey Sour. HEX triplet: D0, 8C and 5B. RGB value is (208,140,91). Sum of RGB (Red+Green+Blue) = 208+140+91=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C5B is #2F73A4. Grayscale: #9B9B9B. Windows color (decimal): -3109797 or 5999824. OLE color: 5999824.

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

Color convert

RGB20814091-
CMYK00.330.560.18
HSL25.13º55.45%58.63%-
HSV(B)25.13º56.25%81.57%-
XYZ37.2832.9214.29-
YUV154.7592.03165.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 91 (35.94% from 255) = 20.73%
R=47.38%
G=31.89%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081409100.330.560.1825.1355.4558.63
HexD08C5B021381219373b
Octal3202141330417022316773
Binary1101000010001100101101101000011110001001011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08C5B; }

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

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

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

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

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

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

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

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