Html Css Color HEX #DD8E5C Whiskey Sour

📋 copy color: '#DD8E5C'

red 221 ◦ green 142 ◦ blue 92

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

Shades of Whiskey Sour #DD8E5C

Tints of Whiskey Sour #DD8E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.22%

R = 48.57%
G = 31.21%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD8E5C (or 0xDD8E5C) is known color: Whiskey Sour. HEX triplet: DD, 8E and 5C. RGB value is (221,142,92). Sum of RGB (Red+Green+Blue) = 221+142+92=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E5C is #2271A3. Grayscale: #A0A0A0. Windows color (decimal): -2257316 or 6065885. OLE color: 6065885.

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

Color convert

RGB 221 142 92 -
CMYK 0 0.36 0.58 0.13
HSL 23.26º 0.65% 0.61% -
HSV(B) 23.26º 0.58% 0.87% -
XYZ 41.42 35.49 14.79 -
YUV 159.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 221 142 92 0 0.36 0.58 0.13 23.26 0.65 0.61
Hex DD 8E 5C 0 24 3A D 17 41 3D
Octal 335 216 134 0 44 72 15 27 101 75
Binary 11011101 10001110 1011100 0 100100 111010 1101 10111 1000001 111101

Color Harmonies of #DD8E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E5C

Black with #DD8E5C

Text Example


Text Example

White with #DD8E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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