Html Css Color HEX #DD9152 Whiskey Sour

📋 copy color: '#DD9152'

red 221 ◦ green 145 ◦ blue 82

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

Shades of Whiskey Sour #DD9152

Tints of Whiskey Sour #DD9152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.37%

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

R = 49.33%
G = 32.37%
B = 18.3%

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

#DD9152 (or 0xDD9152) is known color: Whiskey Sour. HEX triplet: DD, 91 and 52. RGB value is (221,145,82). Sum of RGB (Red+Green+Blue) = 221+145+82=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9152 is #226EAD. Grayscale: #A0A0A0. Windows color (decimal): -2256558 or 5411293. OLE color: 5411293.

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

Color convert

RGB 221 145 82 -
CMYK 0 0.34 0.63 0.13
HSL 27.19º 0.67% 0.59% -
HSV(B) 27.19º 0.63% 0.87% -
XYZ 41.47 36.23 12.79 -
YUV 160.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 221 145 82 0 0.34 0.63 0.13 27.19 0.67 0.59
Hex DD 91 52 0 22 3F D 1B 43 3B
Octal 335 221 122 0 42 77 15 33 103 73
Binary 11011101 10010001 1010010 0 100010 111111 1101 11011 1000011 111011

Color Harmonies of #DD9152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9152

Black with #DD9152

Text Example


Text Example

White with #DD9152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9152; }

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

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

background-color css

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

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

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

border-color css

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

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

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