Html Css Color HEX #DC8852 Whiskey Sour

📋 copy color: '#DC8852'

red 220 ◦ green 136 ◦ blue 82

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

Shades of Whiskey Sour #DC8852

Tints of Whiskey Sour #DC8852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

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

R = 50.23%
G = 31.05%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC8852 (or 0xDC8852) is known color: Whiskey Sour. HEX triplet: DC, 88 and 52. RGB value is (220,136,82). Sum of RGB (Red+Green+Blue) = 220+136+82=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8852 is #2377AD. Grayscale: #9B9B9B. Windows color (decimal): -2324398 or 5408988. OLE color: 5408988.

HSL color Cylindrical-coordinate representation of color #DC8852: hue angle of 23.48º 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 #DC8852 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 82 -
CMYK 0 0.38 0.63 0.14
HSL 23.48º 0.66% 0.59% -
HSV(B) 23.48º 0.63% 0.86% -
XYZ 39.84 33.43 12.34 -
YUV 154.96 86.83 174.39 -
System Red Green Blue C M Y K H S L
Decimal 220 136 82 0 0.38 0.63 0.14 23.48 0.66 0.59
Hex DC 88 52 0 26 3F E 17 42 3B
Octal 334 210 122 0 46 77 16 27 102 73
Binary 11011100 10001000 1010010 0 100110 111111 1110 10111 1000010 111011

Color Harmonies of #DC8852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8852

Black with #DC8852

Text Example


Text Example

White with #DC8852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8852; }

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

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

background-color css

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

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

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

border-color css

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

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

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