#DC9461

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

Shades of Whiskey Sour #DC9461

Tints of Whiskey Sour #DC9461

Color information

#DC9461 (or 0xDC9461) is unknown color: approx Whiskey Sour. HEX triplet: DC, 94 and 61. RGB value is (220,148,97). Sum of RGB (Red+Green+Blue) = 220+148+97=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9461 is #236B9E. Grayscale: #A3A3A3. Windows color (decimal): -2321311 or 6395100. OLE color: 6395100.

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

Color convert

RGB22014897-
CMYK00.330.560.14
HSL24.88º63.73%62.16%-
HSV(B)24.88º55.91%86.27%-
XYZ42.2637.2616.27-
YUV163.7190.35168.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=47.31%
G=31.83%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201489700.330.560.1424.8863.7362.16
HexDC946102138E19403e
Octal33422414104170163110076
Binary1101110010010100110000101000011110001110110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9461; }

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

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

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

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

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

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

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

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