Html Css Color HEX #D08955 Whiskey Sour

📋 copy color: '#D08955'

red 208 ◦ green 137 ◦ blue 85

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

Shades of Whiskey Sour #D08955

Tints of Whiskey Sour #D08955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.86%

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

R = 48.37%
G = 31.86%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D08955 (or 0xD08955) is known color: Whiskey Sour. HEX triplet: D0, 89 and 55. RGB value is (208,137,85). Sum of RGB (Red+Green+Blue) = 208+137+85=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D08955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08955 is #2F76AA. Grayscale: #989898. Windows color (decimal): -3110571 or 5605840. OLE color: 5605840.

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

Color convert

RGB 208 137 85 -
CMYK 0 0.34 0.59 0.18
HSL 25.37º 0.57% 0.57% -
HSV(B) 25.37º 0.59% 0.82% -
XYZ 36.6 31.96 12.83 -
YUV 152.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 208 137 85 0 0.34 0.59 0.18 25.37 0.57 0.57
Hex D0 89 55 0 22 3B 12 19 39 39
Octal 320 211 125 0 42 73 22 31 71 71
Binary 11010000 10001001 1010101 0 100010 111011 10010 11001 111001 111001

Color Harmonies of #D08955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08955

Black with #D08955

Text Example


Text Example

White with #D08955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08955; }

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

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

background-color css

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

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

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

border-color css

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

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

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