Html Css Color HEX #DD8E5E Whiskey Sour

📋 copy color: '#DD8E5E'

red 221 ◦ green 142 ◦ blue 94

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

Shades of Whiskey Sour #DD8E5E

Tints of Whiskey Sour #DD8E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 48.36%
G = 31.07%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD8E5E (or 0xDD8E5E) is known color: Whiskey Sour. HEX triplet: DD, 8E and 5E. RGB value is (221,142,94). Sum of RGB (Red+Green+Blue) = 221+142+94=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E5E is #2271A1. Grayscale: #A0A0A0. Windows color (decimal): -2257314 or 6196957. OLE color: 6196957.

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

Color convert

RGB 221 142 94 -
CMYK 0 0.36 0.57 0.13
HSL 22.68º 0.65% 0.62% -
HSV(B) 22.68º 0.57% 0.87% -
XYZ 41.51 35.53 15.26 -
YUV 160.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 221 142 94 0 0.36 0.57 0.13 22.68 0.65 0.62
Hex DD 8E 5E 0 24 39 D 17 41 3E
Octal 335 216 136 0 44 71 15 27 101 76
Binary 11011101 10001110 1011110 0 100100 111001 1101 10111 1000001 111110

Color Harmonies of #DD8E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E5E

Black with #DD8E5E

Text Example


Text Example

White with #DD8E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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