Html Css Color HEX #D09955 Whiskey Sour

📋 copy color: '#D09955'

red 208 ◦ green 153 ◦ blue 85

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

Shades of Whiskey Sour #D09955

Tints of Whiskey Sour #D09955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.3%

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

R = 46.64%
G = 34.3%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D09955 (or 0xD09955) is known color: Whiskey Sour. HEX triplet: D0, 99 and 55. RGB value is (208,153,85). Sum of RGB (Red+Green+Blue) = 208+153+85=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D09955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09955 is #2F66AA. Grayscale: #A2A2A2. Windows color (decimal): -3106475 or 5609936. OLE color: 5609936.

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

Color convert

RGB 208 153 85 -
CMYK 0 0.26 0.59 0.18
HSL 33.17º 0.57% 0.57% -
HSV(B) 33.17º 0.59% 0.82% -
XYZ 39.04 36.85 13.65 -
YUV 161.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 208 153 85 0 0.26 0.59 0.18 33.17 0.57 0.57
Hex D0 99 55 0 1A 3B 12 21 39 39
Octal 320 231 125 0 32 73 22 41 71 71
Binary 11010000 10011001 1010101 0 11010 111011 10010 100001 111001 111001

Color Harmonies of #D09955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09955

Black with #D09955

Text Example


Text Example

White with #D09955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09955; }

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

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

background-color css

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

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

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

border-color css

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

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

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