#D08555

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

Shades of Whiskey Sour #D08555

Tints of Whiskey Sour #D08555

Color information

#D08555 (or 0xD08555) is unknown color: approx Whiskey Sour. HEX triplet: D0, 85 and 55. RGB value is (208,133,85). Sum of RGB (Red+Green+Blue) = 208+133+85=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D08555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08555 is #2F7AAA. Grayscale: #969696. Windows color (decimal): -3111595 or 5604816. OLE color: 5604816.

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

Color convert

RGB20813385-
CMYK00.360.590.18
HSL23.41º56.68%57.45%-
HSV(B)23.41º59.13%81.57%-
XYZ36.0430.8412.65-
YUV149.9591.35169.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.83%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=48.83%
G=31.22%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081338500.360.590.1823.4156.6857.45
HexD085550243B12173939
Octal3202051250447322277171
Binary1101000010000101101010101001001110111001010111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08555; }

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

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

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

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

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

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

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

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