Html Css Color HEX #DC8D52 Whiskey Sour

📋 copy color: '#DC8D52'

red 220 ◦ green 141 ◦ blue 82

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

Shades of Whiskey Sour #DC8D52

Tints of Whiskey Sour #DC8D52

RGB

 RED value IS 220 (86.33% from 255) = 49.66%

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

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

R = 49.66%
G = 31.83%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC8D52 (or 0xDC8D52) is known color: Whiskey Sour. HEX triplet: DC, 8D and 52. RGB value is (220,141,82). Sum of RGB (Red+Green+Blue) = 220+141+82=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D52 is #2372AD. Grayscale: #9E9E9E. Windows color (decimal): -2323118 or 5410268. OLE color: 5410268.

HSL color Cylindrical-coordinate representation of color #DC8D52: hue angle of 25.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC8D52 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 82 -
CMYK 0 0.36 0.63 0.14
HSL 25.65º 0.66% 0.59% -
HSV(B) 25.65º 0.63% 0.86% -
XYZ 40.56 34.87 12.58 -
YUV 157.9 85.17 172.3 -
System Red Green Blue C M Y K H S L
Decimal 220 141 82 0 0.36 0.63 0.14 25.65 0.66 0.59
Hex DC 8D 52 0 24 3F E 1A 42 3B
Octal 334 215 122 0 44 77 16 32 102 73
Binary 11011100 10001101 1010010 0 100100 111111 1110 11010 1000010 111011

Color Harmonies of #DC8D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D52

Black with #DC8D52

Text Example


Text Example

White with #DC8D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D52; }

 p { color: rgb(220,141,82); }

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

background-color css

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

 a { background-color: rgb(220,141,82); }

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

border-color css

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

 span { border-color: rgb(220,141,82); }

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