Html Css Color HEX #DD9459 Whiskey Sour

📋 copy color: '#DD9459'

red 221 ◦ green 148 ◦ blue 89

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

Shades of Whiskey Sour #DD9459

Tints of Whiskey Sour #DD9459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.31%

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

R = 48.25%
G = 32.31%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD9459 (or 0xDD9459) is known color: Whiskey Sour. HEX triplet: DD, 94 and 59. RGB value is (221,148,89). Sum of RGB (Red+Green+Blue) = 221+148+89=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9459 is #226BA6. Grayscale: #A3A3A3. Windows color (decimal): -2255783 or 5870813. OLE color: 5870813.

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

Color convert

RGB 221 148 89 -
CMYK 0 0.33 0.60 0.13
HSL 26.82º 0.66% 0.61% -
HSV(B) 26.82º 0.6% 0.87% -
XYZ 42.21 37.27 14.42 -
YUV 163.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 221 148 89 0 0.33 0.60 0.13 26.82 0.66 0.61
Hex DD 94 59 0 21 3C D 1B 42 3D
Octal 335 224 131 0 41 74 15 33 102 75
Binary 11011101 10010100 1011001 0 100001 111100 1101 11011 1000010 111101

Color Harmonies of #DD9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9459

Black with #DD9459

Text Example


Text Example

White with #DD9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9459; }

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

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

background-color css

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

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

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

border-color css

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

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

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