Html Css Color HEX #DD9060 Whiskey Sour

📋 copy color: '#DD9060'

red 221 ◦ green 144 ◦ blue 96

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

Shades of Whiskey Sour #DD9060

Tints of Whiskey Sour #DD9060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

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

R = 47.94%
G = 31.24%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD9060 (or 0xDD9060) is known color: Whiskey Sour. HEX triplet: DD, 90 and 60. RGB value is (221,144,96). Sum of RGB (Red+Green+Blue) = 221+144+96=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9060 is #226F9F. Grayscale: #A1A1A1. Windows color (decimal): -2256800 or 6328541. OLE color: 6328541.

HSL color Cylindrical-coordinate representation of color #DD9060: hue angle of 23.04º 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 #DD9060 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 144 96 -
CMYK 0 0.35 0.57 0.13
HSL 23.04º 0.65% 0.62% -
HSV(B) 23.04º 0.57% 0.87% -
XYZ 41.9 36.16 15.84 -
YUV 161.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 221 144 96 0 0.35 0.57 0.13 23.04 0.65 0.62
Hex DD 90 60 0 23 39 D 17 41 3E
Octal 335 220 140 0 43 71 15 27 101 76
Binary 11011101 10010000 1100000 0 100011 111001 1101 10111 1000001 111110

Color Harmonies of #DD9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9060

Black with #DD9060

Text Example


Text Example

White with #DD9060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9060; }

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

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

background-color css

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

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

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

border-color css

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

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

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