Html Css Color HEX #D99157 Whiskey Sour

📋 copy color: '#D99157'

red 217 ◦ green 145 ◦ blue 87

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

Shades of Whiskey Sour #D99157

Tints of Whiskey Sour #D99157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.38%

R = 48.33%
G = 32.29%
B = 19.38%

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

#D99157 (or 0xD99157) is known color: Whiskey Sour. HEX triplet: D9, 91 and 57. RGB value is (217,145,87). Sum of RGB (Red+Green+Blue) = 217+145+87=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D99157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99157 is #266EA8. Grayscale: #A0A0A0. Windows color (decimal): -2518697 or 5738969. OLE color: 5738969.

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

Color convert

RGB 217 145 87 -
CMYK 0 0.33 0.60 0.15
HSL 26.77º 0.63% 0.6% -
HSV(B) 26.77º 0.6% 0.85% -
XYZ 40.46 35.69 13.77 -
YUV 159.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 217 145 87 0 0.33 0.60 0.15 26.77 0.63 0.6
Hex D9 91 57 0 21 3C F 1B 3F 3C
Octal 331 221 127 0 41 74 17 33 77 74
Binary 11011001 10010001 1010111 0 100001 111100 1111 11011 111111 111100

Color Harmonies of #D99157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99157

Black with #D99157

Text Example


Text Example

White with #D99157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99157; }

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

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

background-color css

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

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

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

border-color css

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

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

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