Html Css Color HEX #D99558 Whiskey Sour

📋 copy color: '#D99558'

red 217 ◦ green 149 ◦ blue 88

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

Shades of Whiskey Sour #D99558

Tints of Whiskey Sour #D99558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.82%

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

R = 47.8%
G = 32.82%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D99558 (or 0xD99558) is known color: Whiskey Sour. HEX triplet: D9, 95 and 58. RGB value is (217,149,88). Sum of RGB (Red+Green+Blue) = 217+149+88=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D99558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99558 is #266AA7. Grayscale: #A2A2A2. Windows color (decimal): -2517672 or 5805529. OLE color: 5805529.

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

Color convert

RGB 217 149 88 -
CMYK 0 0.31 0.59 0.15
HSL 28.37º 0.63% 0.6% -
HSV(B) 28.37º 0.59% 0.85% -
XYZ 41.12 36.95 14.2 -
YUV 162.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 217 149 88 0 0.31 0.59 0.15 28.37 0.63 0.6
Hex D9 95 58 0 1F 3B F 1C 3F 3C
Octal 331 225 130 0 37 73 17 34 77 74
Binary 11011001 10010101 1011000 0 11111 111011 1111 11100 111111 111100

Color Harmonies of #D99558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99558

Black with #D99558

Text Example


Text Example

White with #D99558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99558; }

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

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

background-color css

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

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

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

border-color css

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

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

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