#D08D57

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

Shades of Whiskey Sour #D08D57

Tints of Whiskey Sour #D08D57

Color information

#D08D57 (or 0xD08D57) is unknown color: approx Whiskey Sour. HEX triplet: D0, 8D and 57. RGB value is (208,141,87). Sum of RGB (Red+Green+Blue) = 208+141+87=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D57 is #2F72A8. Grayscale: #9B9B9B. Windows color (decimal): -3109545 or 5737936. OLE color: 5737936.

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

Color convert

RGB20814187-
CMYK00.320.580.18
HSL26.78º56.28%57.84%-
HSV(B)26.78º58.17%81.57%-
XYZ37.2633.1513.45-
YUV154.8889.7165.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 87 (34.38% from 255) = 19.95%
R=47.71%
G=32.34%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081418700.320.580.1826.7856.2857.84
HexD08D570203A121b383a
Octal3202151270407222337072
Binary1101000010001101101011101000001110101001011011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08D57; }

 p { color: rgb(208,141,87); }

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

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

 a { background-color: rgb(208,141,87); }

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

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

 span { border-color: rgb(208,141,87); }

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