Html Css Color HEX #DD9159 Whiskey Sour

📋 copy color: '#DD9159'

red 221 ◦ green 145 ◦ blue 89

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

Shades of Whiskey Sour #DD9159

Tints of Whiskey Sour #DD9159

RGB

 RED value IS 221 (86.72% from 255) = 48.57%

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

 BLUE value IS 89 (35.16% from 255) = 19.56%

R = 48.57%
G = 31.87%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD9159 (or 0xDD9159) is known color: Whiskey Sour. HEX triplet: DD, 91 and 59. RGB value is (221,145,89). Sum of RGB (Red+Green+Blue) = 221+145+89=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9159 is #226EA6. Grayscale: #A1A1A1. Windows color (decimal): -2256551 or 5870045. OLE color: 5870045.

HSL color Cylindrical-coordinate representation of color #DD9159: hue angle of 25.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD9159 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 89 -
CMYK 0 0.34 0.60 0.13
HSL 25.45º 0.66% 0.61% -
HSV(B) 25.45º 0.6% 0.87% -
XYZ 41.75 36.34 14.27 -
YUV 161.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 221 145 89 0 0.34 0.60 0.13 25.45 0.66 0.61
Hex DD 91 59 0 22 3C D 19 42 3D
Octal 335 221 131 0 42 74 15 31 102 75
Binary 11011101 10010001 1011001 0 100010 111100 1101 11001 1000010 111101

Color Harmonies of #DD9159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9159

Black with #DD9159

Text Example


Text Example

White with #DD9159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9159; }

 p { color: rgb(221,145,89); }

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

background-color css

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

 a { background-color: rgb(221,145,89); }

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

border-color css

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

 span { border-color: rgb(221,145,89); }

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