Html Css Color HEX #DC8853 Whiskey Sour

📋 copy color: '#DC8853'

red 220 ◦ green 136 ◦ blue 83

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

Shades of Whiskey Sour #DC8853

Tints of Whiskey Sour #DC8853

RGB

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

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

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

R = 50.11%
G = 30.98%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC8853 (or 0xDC8853) is known color: Whiskey Sour. HEX triplet: DC, 88 and 53. RGB value is (220,136,83). Sum of RGB (Red+Green+Blue) = 220+136+83=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8853 is #2377AC. Grayscale: #9B9B9B. Windows color (decimal): -2324397 or 5474524. OLE color: 5474524.

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

Color convert

RGB 220 136 83 -
CMYK 0 0.38 0.62 0.14
HSL 23.21º 0.66% 0.59% -
HSV(B) 23.21º 0.62% 0.86% -
XYZ 39.88 33.45 12.54 -
YUV 155.07 87.33 174.31 -
System Red Green Blue C M Y K H S L
Decimal 220 136 83 0 0.38 0.62 0.14 23.21 0.66 0.59
Hex DC 88 53 0 26 3E E 17 42 3B
Octal 334 210 123 0 46 76 16 27 102 73
Binary 11011100 10001000 1010011 0 100110 111110 1110 10111 1000010 111011

Color Harmonies of #DC8853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8853

Black with #DC8853

Text Example


Text Example

White with #DC8853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8853; }

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

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

background-color css

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

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

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

border-color css

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

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

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