Html Css Color HEX #D99051 Whiskey Sour

📋 copy color: '#D99051'

red 217 ◦ green 144 ◦ blue 81

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

Shades of Whiskey Sour #D99051

Tints of Whiskey Sour #D99051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.33%

R = 49.1%
G = 32.58%
B = 18.33%

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

#D99051 (or 0xD99051) is known color: Whiskey Sour. HEX triplet: D9, 90 and 51. RGB value is (217,144,81). Sum of RGB (Red+Green+Blue) = 217+144+81=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D99051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99051 is #266FAE. Grayscale: #9E9E9E. Windows color (decimal): -2518959 or 5345497. OLE color: 5345497.

HSL color Cylindrical-coordinate representation of color #D99051: hue angle of 27.79º 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 #D99051 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 81 -
CMYK 0 0.34 0.63 0.15
HSL 27.79º 0.64% 0.58% -
HSV(B) 27.79º 0.63% 0.85% -
XYZ 40.07 35.29 12.48 -
YUV 158.65 84.18 169.62 -
System Red Green Blue C M Y K H S L
Decimal 217 144 81 0 0.34 0.63 0.15 27.79 0.64 0.58
Hex D9 90 51 0 22 3F F 1C 40 3A
Octal 331 220 121 0 42 77 17 34 100 72
Binary 11011001 10010000 1010001 0 100010 111111 1111 11100 1000000 111010

Color Harmonies of #D99051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99051

Black with #D99051

Text Example


Text Example

White with #D99051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99051; }

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

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

background-color css

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

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

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

border-color css

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

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

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