#DC9969

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

Shades of Whiskey #DC9969

Tints of Whiskey #DC9969

Color information

#DC9969 (or 0xDC9969) is unknown color: approx Whiskey. HEX triplet: DC, 99 and 69. RGB value is (220,153,105). Sum of RGB (Red+Green+Blue) = 220+153+105=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9969 is #236696. Grayscale: #A7A7A7. Windows color (decimal): -2320023 or 6920668. OLE color: 6920668.

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

Color convert

RGB220153105-
CMYK00.300.520.14
HSL25.04º62.16%63.73%-
HSV(B)25.04º52.27%86.27%-
XYZ43.4639.0218.61-
YUV167.5692.7165.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.03%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=46.03%
G=32.01%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015310500.300.520.1425.0462.1663.73
HexDC996901E34E193e40
Octal33423115103664163176100
Binary110111001001100111010010111101101001110110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9969; }

 p { color: rgb(220,153,105); }

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

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

 a { background-color: rgb(220,153,105); }

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

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

 span { border-color: rgb(220,153,105); }

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