Html Css Color HEX #D99158 Whiskey Sour

📋 copy color: '#D99158'

red 217 ◦ green 145 ◦ blue 88

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

Shades of Whiskey Sour #D99158

Tints of Whiskey Sour #D99158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.56%

R = 48.22%
G = 32.22%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D99158 (or 0xD99158) is known color: Whiskey Sour. HEX triplet: D9, 91 and 58. RGB value is (217,145,88). Sum of RGB (Red+Green+Blue) = 217+145+88=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D99158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99158 is #266EA7. Grayscale: #A0A0A0. Windows color (decimal): -2518696 or 5804505. OLE color: 5804505.

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

Color convert

RGB 217 145 88 -
CMYK 0 0.33 0.59 0.15
HSL 26.51º 0.63% 0.6% -
HSV(B) 26.51º 0.59% 0.85% -
XYZ 40.5 35.71 13.99 -
YUV 160.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 217 145 88 0 0.33 0.59 0.15 26.51 0.63 0.6
Hex D9 91 58 0 21 3B F 1B 3F 3C
Octal 331 221 130 0 41 73 17 33 77 74
Binary 11011001 10010001 1011000 0 100001 111011 1111 11011 111111 111100

Color Harmonies of #D99158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99158

Black with #D99158

Text Example


Text Example

White with #D99158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99158; }

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

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

background-color css

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

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

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

border-color css

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

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

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