Html Css Color HEX #D09552 Whiskey Sour

📋 copy color: '#D09552'

red 208 ◦ green 149 ◦ blue 82

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

Shades of Whiskey Sour #D09552

Tints of Whiskey Sour #D09552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.68%

R = 47.38%
G = 33.94%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D09552 (or 0xD09552) is known color: Whiskey Sour. HEX triplet: D0, 95 and 52. RGB value is (208,149,82). Sum of RGB (Red+Green+Blue) = 208+149+82=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D09552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09552 is #2F6AAD. Grayscale: #9F9F9F. Windows color (decimal): -3107502 or 5412304. OLE color: 5412304.

HSL color Cylindrical-coordinate representation of color #D09552: hue angle of 31.9º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D09552 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 82 -
CMYK 0 0.28 0.61 0.18
HSL 31.9º 0.57% 0.57% -
HSV(B) 31.9º 0.61% 0.82% -
XYZ 38.28 35.51 12.82 -
YUV 159 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 208 149 82 0 0.28 0.61 0.18 31.9 0.57 0.57
Hex D0 95 52 0 1C 3D 12 20 39 39
Octal 320 225 122 0 34 75 22 40 71 71
Binary 11010000 10010101 1010010 0 11100 111101 10010 100000 111001 111001

Color Harmonies of #D09552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09552

Black with #D09552

Text Example


Text Example

White with #D09552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09552; }

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

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

background-color css

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

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

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

border-color css

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

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

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