Html Css Color HEX #D09555 Whiskey Sour

📋 copy color: '#D09555'

red 208 ◦ green 149 ◦ blue 85

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

Shades of Whiskey Sour #D09555

Tints of Whiskey Sour #D09555

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.71%

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

R = 47.06%
G = 33.71%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D09555 (or 0xD09555) is known color: Whiskey Sour. HEX triplet: D0, 95 and 55. RGB value is (208,149,85). Sum of RGB (Red+Green+Blue) = 208+149+85=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D09555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09555 is #2F6AAA. Grayscale: #9F9F9F. Windows color (decimal): -3107499 or 5608912. OLE color: 5608912.

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

Color convert

RGB 208 149 85 -
CMYK 0 0.28 0.59 0.18
HSL 31.22º 0.57% 0.57% -
HSV(B) 31.22º 0.59% 0.82% -
XYZ 38.4 35.56 13.43 -
YUV 159.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 208 149 85 0 0.28 0.59 0.18 31.22 0.57 0.57
Hex D0 95 55 0 1C 3B 12 1F 39 39
Octal 320 225 125 0 34 73 22 37 71 71
Binary 11010000 10010101 1010101 0 11100 111011 10010 11111 111001 111001

Color Harmonies of #D09555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09555

Black with #D09555

Text Example


Text Example

White with #D09555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09555; }

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

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

background-color css

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

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

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

border-color css

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

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

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