#DC9561

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

Shades of Whiskey Sour #DC9561

Tints of Whiskey Sour #DC9561

Color information

#DC9561 (or 0xDC9561) is unknown color: approx Whiskey Sour. HEX triplet: DC, 95 and 61. RGB value is (220,149,97). Sum of RGB (Red+Green+Blue) = 220+149+97=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9561 is #236A9E. Grayscale: #A4A4A4. Windows color (decimal): -2321055 or 6395356. OLE color: 6395356.

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

Color convert

RGB22014997-
CMYK00.320.560.14
HSL25.37º63.73%62.16%-
HSV(B)25.37º55.91%86.27%-
XYZ42.4237.5716.33-
YUV164.390.02167.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 97 (38.28% from 255) = 20.82%
R=47.21%
G=31.97%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201499700.320.560.1425.3763.7362.16
HexDC956102038E19403e
Octal33422514104070163110076
Binary1101110010010101110000101000001110001110110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9561; }

 p { color: rgb(220,149,97); }

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

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

 a { background-color: rgb(220,149,97); }

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

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

 span { border-color: rgb(220,149,97); }

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