#DC9866

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

Shades of Whiskey #DC9866

Tints of Whiskey #DC9866

Color information

#DC9866 (or 0xDC9866) is unknown color: approx Whiskey. HEX triplet: DC, 98 and 66. RGB value is (220,152,102). Sum of RGB (Red+Green+Blue) = 220+152+102=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9866 is #236799. Grayscale: #A6A6A6. Windows color (decimal): -2320282 or 6723804. OLE color: 6723804.

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

Color convert

RGB220152102-
CMYK00.310.540.14
HSL25.42º62.77%63.14%-
HSV(B)25.42º53.64%86.27%-
XYZ43.1438.6317.75-
YUV166.6391.53166.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.41%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=46.41%
G=32.07%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015210200.310.540.1425.4262.7763.14
HexDC986601F36E193f3f
Octal3342301460376616317777
Binary11011100100110001100110011111110110111011001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9866; }

 p { color: rgb(220,152,102); }

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

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

 a { background-color: rgb(220,152,102); }

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

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

 span { border-color: rgb(220,152,102); }

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