Html Css Color HEX #DD8D5A Whiskey Sour

📋 copy color: '#DD8D5A'

red 221 ◦ green 141 ◦ blue 90

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

Shades of Whiskey Sour #DD8D5A

Tints of Whiskey Sour #DD8D5A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.19%

 BLUE value IS 90 (35.55% from 255) = 19.91%

R = 48.89%
G = 31.19%
B = 19.91%

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

#DD8D5A (or 0xDD8D5A) is known color: Whiskey Sour. HEX triplet: DD, 8D and 5A. RGB value is (221,141,90). Sum of RGB (Red+Green+Blue) = 221+141+90=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D5A is #2272A5. Grayscale: #9F9F9F. Windows color (decimal): -2257574 or 5934557. OLE color: 5934557.

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

Color convert

RGB 221 141 90 -
CMYK 0 0.36 0.59 0.13
HSL 23.36º 0.66% 0.61% -
HSV(B) 23.36º 0.59% 0.87% -
XYZ 41.19 35.16 14.29 -
YUV 159.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 221 141 90 0 0.36 0.59 0.13 23.36 0.66 0.61
Hex DD 8D 5A 0 24 3B D 17 42 3D
Octal 335 215 132 0 44 73 15 27 102 75
Binary 11011101 10001101 1011010 0 100100 111011 1101 10111 1000010 111101

Color Harmonies of #DD8D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D5A

Black with #DD8D5A

Text Example


Text Example

White with #DD8D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D5A; }

 p { color: rgb(221,141,90); }

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

background-color css

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

 a { background-color: rgb(221,141,90); }

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

border-color css

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

 span { border-color: rgb(221,141,90); }

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