Html Css Color HEX #DD8A57 Whiskey Sour

📋 copy color: '#DD8A57'

red 221 ◦ green 138 ◦ blue 87

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

Shades of Whiskey Sour #DD8A57

Tints of Whiskey Sour #DD8A57

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.94%

 BLUE value IS 87 (34.38% from 255) = 19.51%

R = 49.55%
G = 30.94%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD8A57 (or 0xDD8A57) is known color: Whiskey Sour. HEX triplet: DD, 8A and 57. RGB value is (221,138,87). Sum of RGB (Red+Green+Blue) = 221+138+87=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A57 is #2275A8. Grayscale: #9D9D9D. Windows color (decimal): -2258345 or 5737181. OLE color: 5737181.

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

Color convert

RGB 221 138 87 -
CMYK 0 0.38 0.61 0.13
HSL 22.84º 0.66% 0.6% -
HSV(B) 22.84º 0.61% 0.87% -
XYZ 40.63 34.24 13.48 -
YUV 157 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 221 138 87 0 0.38 0.61 0.13 22.84 0.66 0.6
Hex DD 8A 57 0 26 3D D 17 42 3C
Octal 335 212 127 0 46 75 15 27 102 74
Binary 11011101 10001010 1010111 0 100110 111101 1101 10111 1000010 111100

Color Harmonies of #DD8A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A57

Black with #DD8A57

Text Example


Text Example

White with #DD8A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A57; }

 p { color: rgb(221,138,87); }

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

background-color css

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

 a { background-color: rgb(221,138,87); }

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

border-color css

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

 span { border-color: rgb(221,138,87); }

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