Html Css Color HEX #DC8753 Whiskey Sour

📋 copy color: '#DC8753'

red 220 ◦ green 135 ◦ blue 83

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

Shades of Whiskey Sour #DC8753

Tints of Whiskey Sour #DC8753

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.82%

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

R = 50.23%
G = 30.82%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC8753 (or 0xDC8753) is known color: Whiskey Sour. HEX triplet: DC, 87 and 53. RGB value is (220,135,83). Sum of RGB (Red+Green+Blue) = 220+135+83=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8753 is #2378AC. Grayscale: #9A9A9A. Windows color (decimal): -2324653 or 5474268. OLE color: 5474268.

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

Color convert

RGB 220 135 83 -
CMYK 0 0.39 0.62 0.14
HSL 22.77º 0.66% 0.59% -
HSV(B) 22.77º 0.62% 0.86% -
XYZ 39.74 33.17 12.49 -
YUV 154.49 87.66 174.73 -
System Red Green Blue C M Y K H S L
Decimal 220 135 83 0 0.39 0.62 0.14 22.77 0.66 0.59
Hex DC 87 53 0 27 3E E 17 42 3B
Octal 334 207 123 0 47 76 16 27 102 73
Binary 11011100 10000111 1010011 0 100111 111110 1110 10111 1000010 111011

Color Harmonies of #DC8753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8753

Black with #DC8753

Text Example


Text Example

White with #DC8753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8753; }

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

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

background-color css

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

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

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

border-color css

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

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

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