Html Css Color HEX #DD9252 Whiskey Sour

📋 copy color: '#DD9252'

red 221 ◦ green 146 ◦ blue 82

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

Shades of Whiskey Sour #DD9252

Tints of Whiskey Sour #DD9252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.26%

R = 49.22%
G = 32.52%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD9252 (or 0xDD9252) is known color: Whiskey Sour. HEX triplet: DD, 92 and 52. RGB value is (221,146,82). Sum of RGB (Red+Green+Blue) = 221+146+82=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9252 is #226DAD. Grayscale: #A1A1A1. Windows color (decimal): -2256302 or 5411549. OLE color: 5411549.

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

Color convert

RGB 221 146 82 -
CMYK 0 0.34 0.63 0.13
HSL 27.63º 0.67% 0.59% -
HSV(B) 27.63º 0.63% 0.87% -
XYZ 41.62 36.54 12.84 -
YUV 161.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 221 146 82 0 0.34 0.63 0.13 27.63 0.67 0.59
Hex DD 92 52 0 22 3F D 1C 43 3B
Octal 335 222 122 0 42 77 15 34 103 73
Binary 11011101 10010010 1010010 0 100010 111111 1101 11100 1000011 111011

Color Harmonies of #DD9252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9252

Black with #DD9252

Text Example


Text Example

White with #DD9252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9252; }

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

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

background-color css

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

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

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

border-color css

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

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

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