Html Css Color HEX #DD9560 Whiskey Sour

📋 copy color: '#DD9560'

red 221 ◦ green 149 ◦ blue 96

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

Shades of Whiskey Sour #DD9560

Tints of Whiskey Sour #DD9560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.6%

R = 47.42%
G = 31.97%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD9560 (or 0xDD9560) is known color: Whiskey Sour. HEX triplet: DD, 95 and 60. RGB value is (221,149,96). Sum of RGB (Red+Green+Blue) = 221+149+96=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9560 is #226A9F. Grayscale: #A4A4A4. Windows color (decimal): -2255520 or 6329821. OLE color: 6329821.

HSL color Cylindrical-coordinate representation of color #DD9560: hue angle of 25.44º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD9560 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 96 -
CMYK 0 0.33 0.57 0.13
HSL 25.44º 0.65% 0.62% -
HSV(B) 25.44º 0.57% 0.87% -
XYZ 42.68 37.71 16.1 -
YUV 164.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 221 149 96 0 0.33 0.57 0.13 25.44 0.65 0.62
Hex DD 95 60 0 21 39 D 19 41 3E
Octal 335 225 140 0 41 71 15 31 101 76
Binary 11011101 10010101 1100000 0 100001 111001 1101 11001 1000001 111110

Color Harmonies of #DD9560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9560

Black with #DD9560

Text Example


Text Example

White with #DD9560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9560; }

 p { color: rgb(221,149,96); }

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

background-color css

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

 a { background-color: rgb(221,149,96); }

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

border-color css

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

 span { border-color: rgb(221,149,96); }

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