Html Css Color HEX #DD8A56 Whiskey Sour

📋 copy color: '#DD8A56'

red 221 ◦ green 138 ◦ blue 86

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

Shades of Whiskey Sour #DD8A56

Tints of Whiskey Sour #DD8A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

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

R = 49.66%
G = 31.01%
B = 19.33%

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

#DD8A56 (or 0xDD8A56) is known color: Whiskey Sour. HEX triplet: DD, 8A and 56. RGB value is (221,138,86). Sum of RGB (Red+Green+Blue) = 221+138+86=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A56 is #2275A9. Grayscale: #9D9D9D. Windows color (decimal): -2258346 or 5671645. OLE color: 5671645.

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

Color convert

RGB 221 138 86 -
CMYK 0 0.38 0.61 0.13
HSL 23.11º 0.67% 0.6% -
HSV(B) 23.11º 0.61% 0.87% -
XYZ 40.59 34.22 13.27 -
YUV 156.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 221 138 86 0 0.38 0.61 0.13 23.11 0.67 0.6
Hex DD 8A 56 0 26 3D D 17 43 3C
Octal 335 212 126 0 46 75 15 27 103 74
Binary 11011101 10001010 1010110 0 100110 111101 1101 10111 1000011 111100

Color Harmonies of #DD8A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A56

Black with #DD8A56

Text Example


Text Example

White with #DD8A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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