Html Css Color HEX #D99156 Whiskey Sour

📋 copy color: '#D99156'

red 217 ◦ green 145 ◦ blue 86

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

Shades of Whiskey Sour #D99156

Tints of Whiskey Sour #D99156

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.37%

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

R = 48.44%
G = 32.37%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D99156 (or 0xD99156) is known color: Whiskey Sour. HEX triplet: D9, 91 and 56. RGB value is (217,145,86). Sum of RGB (Red+Green+Blue) = 217+145+86=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D99156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99156 is #266EA9. Grayscale: #A0A0A0. Windows color (decimal): -2518698 or 5673433. OLE color: 5673433.

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

Color convert

RGB 217 145 86 -
CMYK 0 0.33 0.60 0.15
HSL 27.02º 0.63% 0.59% -
HSV(B) 27.02º 0.6% 0.85% -
XYZ 40.42 35.67 13.56 -
YUV 159.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 217 145 86 0 0.33 0.60 0.15 27.02 0.63 0.59
Hex D9 91 56 0 21 3C F 1B 3F 3B
Octal 331 221 126 0 41 74 17 33 77 73
Binary 11011001 10010001 1010110 0 100001 111100 1111 11011 111111 111011

Color Harmonies of #D99156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99156

Black with #D99156

Text Example


Text Example

White with #D99156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99156; }

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

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

background-color css

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

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

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

border-color css

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

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

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