Html Css Color HEX #DD8D50 Whiskey Sour

📋 copy color: '#DD8D50'

red 221 ◦ green 141 ◦ blue 80

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

Shades of Whiskey Sour #DD8D50

Tints of Whiskey Sour #DD8D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.1%

R = 50%
G = 31.9%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD8D50 (or 0xDD8D50) is known color: Whiskey Sour. HEX triplet: DD, 8D and 50. RGB value is (221,141,80). Sum of RGB (Red+Green+Blue) = 221+141+80=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D50 is #2272AF. Grayscale: #9E9E9E. Windows color (decimal): -2257584 or 5279197. OLE color: 5279197.

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

Color convert

RGB 221 141 80 -
CMYK 0 0.36 0.64 0.13
HSL 25.96º 0.67% 0.59% -
HSV(B) 25.96º 0.64% 0.87% -
XYZ 40.79 35 12.2 -
YUV 157.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 221 141 80 0 0.36 0.64 0.13 25.96 0.67 0.59
Hex DD 8D 50 0 24 40 D 1A 43 3B
Octal 335 215 120 0 44 100 15 32 103 73
Binary 11011101 10001101 1010000 0 100100 1000000 1101 11010 1000011 111011

Color Harmonies of #DD8D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D50

Black with #DD8D50

Text Example


Text Example

White with #DD8D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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