Html Css Color HEX #DD9261 Whiskey Sour

📋 copy color: '#DD9261'

red 221 ◦ green 146 ◦ blue 97

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

Shades of Whiskey Sour #DD9261

Tints of Whiskey Sour #DD9261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.91%

R = 47.63%
G = 31.47%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD9261 (or 0xDD9261) is known color: Whiskey Sour. HEX triplet: DD, 92 and 61. RGB value is (221,146,97). Sum of RGB (Red+Green+Blue) = 221+146+97=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9261 is #226D9E. Grayscale: #A3A3A3. Windows color (decimal): -2256287 or 6394589. OLE color: 6394589.

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

Color convert

RGB 221 146 97 -
CMYK 0 0.34 0.56 0.13
HSL 23.71º 0.65% 0.62% -
HSV(B) 23.71º 0.56% 0.87% -
XYZ 42.26 36.79 16.18 -
YUV 162.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 221 146 97 0 0.34 0.56 0.13 23.71 0.65 0.62
Hex DD 92 61 0 22 38 D 18 41 3E
Octal 335 222 141 0 42 70 15 30 101 76
Binary 11011101 10010010 1100001 0 100010 111000 1101 11000 1000001 111110

Color Harmonies of #DD9261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9261

Black with #DD9261

Text Example


Text Example

White with #DD9261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9261; }

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

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

background-color css

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

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

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

border-color css

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

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

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