#DC9764

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

Shades of Whiskey Sour #DC9764

Tints of Whiskey Sour #DC9764

Color information

#DC9764 (or 0xDC9764) is unknown color: approx Whiskey Sour. HEX triplet: DC, 97 and 64. RGB value is (220,151,100). Sum of RGB (Red+Green+Blue) = 220+151+100=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9764 is #23689B. Grayscale: #A6A6A6. Windows color (decimal): -2320540 or 6592476. OLE color: 6592476.

HSL color Cylindrical-coordinate representation of color #DC9764: hue angle of 25.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC9764 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB220151100-
CMYK00.310.550.14
HSL25.5º63.16%62.75%-
HSV(B)25.5º54.55%86.27%-
XYZ42.8838.2717.18-
YUV165.8290.86166.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=46.71%
G=32.06%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015110000.310.550.1425.563.1662.75
HexDC976401F37E1a3f3f
Octal3342271440376716327777
Binary11011100100101111100100011111110111111011010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9764; }

 p { color: rgb(220,151,100); }

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

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

 a { background-color: rgb(220,151,100); }

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

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

 span { border-color: rgb(220,151,100); }

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