Html Css Color HEX #DD8C50 Whiskey Sour

📋 copy color: '#DD8C50'

red 221 ◦ green 140 ◦ blue 80

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

Shades of Whiskey Sour #DD8C50

Tints of Whiskey Sour #DD8C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.75%

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

R = 50.11%
G = 31.75%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD8C50 (or 0xDD8C50) is known color: Whiskey Sour. HEX triplet: DD, 8C and 50. RGB value is (221,140,80). Sum of RGB (Red+Green+Blue) = 221+140+80=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C50 is #2273AF. Grayscale: #9D9D9D. Windows color (decimal): -2257840 or 5278941. OLE color: 5278941.

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

Color convert

RGB 221 140 80 -
CMYK 0 0.37 0.64 0.13
HSL 25.53º 0.67% 0.59% -
HSV(B) 25.53º 0.64% 0.87% -
XYZ 40.64 34.71 12.15 -
YUV 157.38 84.34 173.38 -
System Red Green Blue C M Y K H S L
Decimal 221 140 80 0 0.37 0.64 0.13 25.53 0.67 0.59
Hex DD 8C 50 0 25 40 D 1A 43 3B
Octal 335 214 120 0 45 100 15 32 103 73
Binary 11011101 10001100 1010000 0 100101 1000000 1101 11010 1000011 111011

Color Harmonies of #DD8C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C50

Black with #DD8C50

Text Example


Text Example

White with #DD8C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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