Html Css Color HEX #DD8852 Whiskey Sour

📋 copy color: '#DD8852'

red 221 ◦ green 136 ◦ blue 82

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

Shades of Whiskey Sour #DD8852

Tints of Whiskey Sour #DD8852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

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

R = 50.34%
G = 30.98%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD8852 (or 0xDD8852) is known color: Whiskey Sour. HEX triplet: DD, 88 and 52. RGB value is (221,136,82). Sum of RGB (Red+Green+Blue) = 221+136+82=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8852 is #2277AD. Grayscale: #9B9B9B. Windows color (decimal): -2258862 or 5408989. OLE color: 5408989.

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

Color convert

RGB 221 136 82 -
CMYK 0 0.38 0.63 0.13
HSL 23.31º 0.67% 0.59% -
HSV(B) 23.31º 0.63% 0.87% -
XYZ 40.15 33.59 12.35 -
YUV 155.26 86.66 174.89 -
System Red Green Blue C M Y K H S L
Decimal 221 136 82 0 0.38 0.63 0.13 23.31 0.67 0.59
Hex DD 88 52 0 26 3F D 17 43 3B
Octal 335 210 122 0 46 77 15 27 103 73
Binary 11011101 10001000 1010010 0 100110 111111 1101 10111 1000011 111011

Color Harmonies of #DD8852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8852

Black with #DD8852

Text Example


Text Example

White with #DD8852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8852; }

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

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

background-color css

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

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

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

border-color css

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

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

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