Html Css Color HEX #DD8856 Whiskey Sour

📋 copy color: '#DD8856'

red 221 ◦ green 136 ◦ blue 86

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

Shades of Whiskey Sour #DD8856

Tints of Whiskey Sour #DD8856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.41%

R = 49.89%
G = 30.7%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD8856 (or 0xDD8856) is known color: Whiskey Sour. HEX triplet: DD, 88 and 56. RGB value is (221,136,86). Sum of RGB (Red+Green+Blue) = 221+136+86=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8856 is #2277A9. Grayscale: #9C9C9C. Windows color (decimal): -2258858 or 5671133. OLE color: 5671133.

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

Color convert

RGB 221 136 86 -
CMYK 0 0.38 0.61 0.13
HSL 22.22º 0.67% 0.6% -
HSV(B) 22.22º 0.61% 0.87% -
XYZ 40.3 33.65 13.18 -
YUV 155.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 221 136 86 0 0.38 0.61 0.13 22.22 0.67 0.6
Hex DD 88 56 0 26 3D D 16 43 3C
Octal 335 210 126 0 46 75 15 26 103 74
Binary 11011101 10001000 1010110 0 100110 111101 1101 10110 1000011 111100

Color Harmonies of #DD8856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8856

Black with #DD8856

Text Example


Text Example

White with #DD8856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8856; }

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

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

background-color css

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

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

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

border-color css

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

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

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