Html Css Color HEX #DD8A53 Whiskey Sour

📋 copy color: '#DD8A53'

red 221 ◦ green 138 ◦ blue 83

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

Shades of Whiskey Sour #DD8A53

Tints of Whiskey Sour #DD8A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.78%

R = 50%
G = 31.22%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD8A53 (or 0xDD8A53) is known color: Whiskey Sour. HEX triplet: DD, 8A and 53. RGB value is (221,138,83). Sum of RGB (Red+Green+Blue) = 221+138+83=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A53 is #2275AC. Grayscale: #9C9C9C. Windows color (decimal): -2258349 or 5475037. OLE color: 5475037.

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

Color convert

RGB 221 138 83 -
CMYK 0 0.38 0.62 0.13
HSL 23.91º 0.67% 0.6% -
HSV(B) 23.91º 0.62% 0.87% -
XYZ 40.47 34.17 12.65 -
YUV 156.55 86.5 173.97 -
System Red Green Blue C M Y K H S L
Decimal 221 138 83 0 0.38 0.62 0.13 23.91 0.67 0.6
Hex DD 8A 53 0 26 3E D 18 43 3C
Octal 335 212 123 0 46 76 15 30 103 74
Binary 11011101 10001010 1010011 0 100110 111110 1101 11000 1000011 111100

Color Harmonies of #DD8A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A53

Black with #DD8A53

Text Example


Text Example

White with #DD8A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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