#D99666

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

Shades of Whiskey #D99666

Tints of Whiskey #D99666

Color information

#D99666 (or 0xD99666) is unknown color: approx Whiskey. HEX triplet: D9, 96 and 66. RGB value is (217,150,102). Sum of RGB (Red+Green+Blue) = 217+150+102=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99666 is #266999. Grayscale: #A4A4A4. Windows color (decimal): -2517402 or 6723289. OLE color: 6723289.

HSL color Cylindrical-coordinate representation of color #D99666: hue angle of 25.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D99666 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217150102-
CMYK00.310.530.15
HSL25.04º60.21%62.55%-
HSV(B)25.04º53%85.1%-
XYZ41.9237.5217.6-
YUV164.5692.7165.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=46.27%
G=31.98%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715010200.310.530.1525.0460.2162.55
HexD9966601F35F193c3f
Octal3312261460376517317477
Binary11011001100101101100110011111110101111111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99666; }

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

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

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

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

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

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

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

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