Html Css Color HEX #DD8A52 Whiskey Sour

📋 copy color: '#DD8A52'

red 221 ◦ green 138 ◦ blue 82

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

Shades of Whiskey Sour #DD8A52

Tints of Whiskey Sour #DD8A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.59%

R = 50.11%
G = 31.29%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD8A52 (or 0xDD8A52) is known color: Whiskey Sour. HEX triplet: DD, 8A and 52. RGB value is (221,138,82). Sum of RGB (Red+Green+Blue) = 221+138+82=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A52 is #2275AD. Grayscale: #9C9C9C. Windows color (decimal): -2258350 or 5409501. OLE color: 5409501.

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

Color convert

RGB 221 138 82 -
CMYK 0 0.38 0.63 0.13
HSL 24.17º 0.67% 0.59% -
HSV(B) 24.17º 0.63% 0.87% -
XYZ 40.43 34.16 12.44 -
YUV 156.43 86 174.05 -
System Red Green Blue C M Y K H S L
Decimal 221 138 82 0 0.38 0.63 0.13 24.17 0.67 0.59
Hex DD 8A 52 0 26 3F D 18 43 3B
Octal 335 212 122 0 46 77 15 30 103 73
Binary 11011101 10001010 1010010 0 100110 111111 1101 11000 1000011 111011

Color Harmonies of #DD8A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A52

Black with #DD8A52

Text Example


Text Example

White with #DD8A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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