#DC8D5C

Color #DC8D5C Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #DC8D5C

Tints of Whiskey Sour #DC8D5C

Color information

#DC8D5C (or 0xDC8D5C) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8D and 5C. RGB value is (220,141,92). Sum of RGB (Red+Green+Blue) = 220+141+92=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D5C is #2372A3. Grayscale: #9F9F9F. Windows color (decimal): -2323108 or 6065628. OLE color: 6065628.

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

Color convert

RGB22014192-
CMYK00.360.580.14
HSL22.97º64.65%61.18%-
HSV(B)22.97º58.18%86.27%-
XYZ40.9735.0414.73-
YUV159.0490.17171.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=48.57%
G=31.13%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201419200.360.580.1422.9764.6561.18
HexDC8D5C0243AE17413d
Octal33421513404472162710175
Binary1101110010001101101110001001001110101110101111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8D5C; }

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

 H1.HeaderClassName
 {
   color: #DC8D5C;
 }
 .AnyTagClassName
 {
   color: #DC8D5C;
 }
</style>
background-color css

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

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

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

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

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

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