Html Css Color HEX #D99050 Whiskey Sour

📋 copy color: '#D99050'

red 217 ◦ green 144 ◦ blue 80

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

Shades of Whiskey Sour #D99050

Tints of Whiskey Sour #D99050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.14%

R = 49.21%
G = 32.65%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D99050 (or 0xD99050) is known color: Whiskey Sour. HEX triplet: D9, 90 and 50. RGB value is (217,144,80). Sum of RGB (Red+Green+Blue) = 217+144+80=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D99050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99050 is #266FAF. Grayscale: #9E9E9E. Windows color (decimal): -2518960 or 5279961. OLE color: 5279961.

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

Color convert

RGB 217 144 80 -
CMYK 0 0.34 0.63 0.15
HSL 28.03º 0.64% 0.58% -
HSV(B) 28.03º 0.63% 0.85% -
XYZ 40.04 35.28 12.29 -
YUV 158.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 217 144 80 0 0.34 0.63 0.15 28.03 0.64 0.58
Hex D9 90 50 0 22 3F F 1C 40 3A
Octal 331 220 120 0 42 77 17 34 100 72
Binary 11011001 10010000 1010000 0 100010 111111 1111 11100 1000000 111010

Color Harmonies of #D99050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99050

Black with #D99050

Text Example


Text Example

White with #D99050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99050; }

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

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

background-color css

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

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

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

border-color css

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

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

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