Html Css Color HEX #D99052 Whiskey Sour

📋 copy color: '#D99052'

red 217 ◦ green 144 ◦ blue 82

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

Shades of Whiskey Sour #D99052

Tints of Whiskey Sour #D99052

RGB

 RED value IS 217 (85.16% from 255) = 48.98%

 GREEN value IS 144 (56.64% from 255) = 32.51%

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

R = 48.98%
G = 32.51%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99052 (or 0xD99052) is known color: Whiskey Sour. HEX triplet: D9, 90 and 52. RGB value is (217,144,82). Sum of RGB (Red+Green+Blue) = 217+144+82=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D99052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99052 is #266FAD. Grayscale: #9F9F9F. Windows color (decimal): -2518958 or 5411033. OLE color: 5411033.

HSL color Cylindrical-coordinate representation of color #D99052: hue angle of 27.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D99052 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 82 -
CMYK 0 0.34 0.62 0.15
HSL 27.56º 0.64% 0.59% -
HSV(B) 27.56º 0.62% 0.85% -
XYZ 40.11 35.31 12.68 -
YUV 158.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 217 144 82 0 0.34 0.62 0.15 27.56 0.64 0.59
Hex D9 90 52 0 22 3E F 1C 40 3B
Octal 331 220 122 0 42 76 17 34 100 73
Binary 11011001 10010000 1010010 0 100010 111110 1111 11100 1000000 111011

Color Harmonies of #D99052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99052

Black with #D99052

Text Example


Text Example

White with #D99052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99052; }

 p { color: rgb(217,144,82); }

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

background-color css

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

 a { background-color: rgb(217,144,82); }

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

border-color css

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

 span { border-color: rgb(217,144,82); }

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