Html Css Color HEX #DD8E5B Whiskey Sour

📋 copy color: '#DD8E5B'

red 221 ◦ green 142 ◦ blue 91

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

Shades of Whiskey Sour #DD8E5B

Tints of Whiskey Sour #DD8E5B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.28%

 BLUE value IS 91 (35.94% from 255) = 20.04%

R = 48.68%
G = 31.28%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD8E5B (or 0xDD8E5B) is known color: Whiskey Sour. HEX triplet: DD, 8E and 5B. RGB value is (221,142,91). Sum of RGB (Red+Green+Blue) = 221+142+91=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E5B is #2271A4. Grayscale: #A0A0A0. Windows color (decimal): -2257317 or 6000349. OLE color: 6000349.

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

Color convert

RGB 221 142 91 -
CMYK 0 0.36 0.59 0.13
HSL 23.54º 0.66% 0.61% -
HSV(B) 23.54º 0.59% 0.87% -
XYZ 41.38 35.47 14.56 -
YUV 159.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 221 142 91 0 0.36 0.59 0.13 23.54 0.66 0.61
Hex DD 8E 5B 0 24 3B D 18 42 3D
Octal 335 216 133 0 44 73 15 30 102 75
Binary 11011101 10001110 1011011 0 100100 111011 1101 11000 1000010 111101

Color Harmonies of #DD8E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E5B

Black with #DD8E5B

Text Example


Text Example

White with #DD8E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E5B; }

 p { color: rgb(221,142,91); }

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

background-color css

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

 a { background-color: rgb(221,142,91); }

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

border-color css

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

 span { border-color: rgb(221,142,91); }

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