#DF9666

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

Shades of Whiskey #DF9666

Tints of Whiskey #DF9666

Color information

#DF9666 (or 0xDF9666) is unknown color: approx Whiskey. HEX triplet: DF, 96 and 66. RGB value is (223,150,102). Sum of RGB (Red+Green+Blue) = 223+150+102=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9666 is #206999. Grayscale: #A6A6A6. Windows color (decimal): -2124186 or 6723295. OLE color: 6723295.

HSL color Cylindrical-coordinate representation of color #DF9666: hue angle of 23.8º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF9666 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB223150102-
CMYK00.330.540.13
HSL23.8º65.41%63.73%-
HSV(B)23.8º54.26%87.45%-
XYZ43.7438.4617.69-
YUV166.3591.68168.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.95%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=46.95%
G=31.58%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315010200.330.540.1323.865.4163.73
HexDF966602136D184140
Octal337226146041661530101100
Binary11011111100101101100110010000111011011011100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9666; }

 p { color: rgb(223,150,102); }

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

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

 a { background-color: rgb(223,150,102); }

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

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

 span { border-color: rgb(223,150,102); }

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