Html Css Color HEX #D08855 Whiskey Sour

📋 copy color: '#D08855'

red 208 ◦ green 136 ◦ blue 85

#D08855
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #D08855

Tints of Whiskey Sour #D08855

RGB

 RED value IS 208 (81.64% from 255) = 48.48%

 GREEN value IS 136 (53.52% from 255) = 31.7%

 BLUE value IS 85 (33.59% from 255) = 19.81%

R = 48.48%
G = 31.7%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D08855 (or 0xD08855) is known color: Whiskey Sour. HEX triplet: D0, 88 and 55. RGB value is (208,136,85). Sum of RGB (Red+Green+Blue) = 208+136+85=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D08855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08855 is #2F77AA. Grayscale: #979797. Windows color (decimal): -3110827 or 5605584. OLE color: 5605584.

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

Color convert

RGB 208 136 85 -
CMYK 0 0.35 0.59 0.18
HSL 24.88º 0.57% 0.57% -
HSV(B) 24.88º 0.59% 0.82% -
XYZ 36.46 31.67 12.79 -
YUV 151.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 208 136 85 0 0.35 0.59 0.18 24.88 0.57 0.57
Hex D0 88 55 0 23 3B 12 19 39 39
Octal 320 210 125 0 43 73 22 31 71 71
Binary 11010000 10001000 1010101 0 100011 111011 10010 11001 111001 111001

Color Harmonies of #D08855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08855

Black with #D08855

Text Example


Text Example

White with #D08855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08855; }

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

 H1.HeaderClassName
 {
   color: #D08855;
 }
 .AnyTagClassName
 {
   color: #D08855;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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