#D08B5B

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

Shades of Whiskey Sour #D08B5B

Tints of Whiskey Sour #D08B5B

Color information

#D08B5B (or 0xD08B5B) is unknown color: approx Whiskey Sour. HEX triplet: D0, 8B and 5B. RGB value is (208,139,91). Sum of RGB (Red+Green+Blue) = 208+139+91=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08B5B is #2F74A4. Grayscale: #9A9A9A. Windows color (decimal): -3110053 or 5999568. OLE color: 5999568.

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

Color convert

RGB20813991-
CMYK00.330.560.18
HSL24.62º55.45%58.63%-
HSV(B)24.62º56.25%81.57%-
XYZ37.1332.6314.24-
YUV154.1692.36166.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=47.49%
G=31.74%
B=20.78%

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
Decimal2081399100.330.560.1824.6255.4558.63
HexD08B5B021381219373b
Octal3202131330417022316773
Binary1101000010001011101101101000011110001001011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08B5B; }

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

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

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

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

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

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

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

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