Html Css Color HEX #DD9259 Whiskey Sour

📋 copy color: '#DD9259'

red 221 ◦ green 146 ◦ blue 89

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

Shades of Whiskey Sour #DD9259

Tints of Whiskey Sour #DD9259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.02%

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

R = 48.46%
G = 32.02%
B = 19.52%

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

#DD9259 (or 0xDD9259) is known color: Whiskey Sour. HEX triplet: DD, 92 and 59. RGB value is (221,146,89). Sum of RGB (Red+Green+Blue) = 221+146+89=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9259 is #226DA6. Grayscale: #A2A2A2. Windows color (decimal): -2256295 or 5870301. OLE color: 5870301.

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

Color convert

RGB 221 146 89 -
CMYK 0 0.34 0.60 0.13
HSL 25.91º 0.66% 0.61% -
HSV(B) 25.91º 0.6% 0.87% -
XYZ 41.9 36.65 14.32 -
YUV 161.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 221 146 89 0 0.34 0.60 0.13 25.91 0.66 0.61
Hex DD 92 59 0 22 3C D 1A 42 3D
Octal 335 222 131 0 42 74 15 32 102 75
Binary 11011101 10010010 1011001 0 100010 111100 1101 11010 1000010 111101

Color Harmonies of #DD9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9259

Black with #DD9259

Text Example


Text Example

White with #DD9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9259; }

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

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

background-color css

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

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

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

border-color css

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

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

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