Html Css Color HEX #D99056 Whiskey Sour

📋 copy color: '#D99056'

red 217 ◦ green 144 ◦ blue 86

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

Shades of Whiskey Sour #D99056

Tints of Whiskey Sour #D99056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.24%

R = 48.55%
G = 32.21%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D99056 (or 0xD99056) is known color: Whiskey Sour. HEX triplet: D9, 90 and 56. RGB value is (217,144,86). Sum of RGB (Red+Green+Blue) = 217+144+86=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D99056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99056 is #266FA9. Grayscale: #9F9F9F. Windows color (decimal): -2518954 or 5673177. OLE color: 5673177.

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

Color convert

RGB 217 144 86 -
CMYK 0 0.34 0.60 0.15
HSL 26.56º 0.63% 0.59% -
HSV(B) 26.56º 0.6% 0.85% -
XYZ 40.27 35.37 13.51 -
YUV 159.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 217 144 86 0 0.34 0.60 0.15 26.56 0.63 0.59
Hex D9 90 56 0 22 3C F 1B 3F 3B
Octal 331 220 126 0 42 74 17 33 77 73
Binary 11011001 10010000 1010110 0 100010 111100 1111 11011 111111 111011

Color Harmonies of #D99056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99056

Black with #D99056

Text Example


Text Example

White with #D99056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99056; }

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

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

background-color css

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

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

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

border-color css

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

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

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