#D19666

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

Shades of Whiskey #D19666

Tints of Whiskey #D19666

Color information

#D19666 (or 0xD19666) is unknown color: approx Whiskey. HEX triplet: D1, 96 and 66. RGB value is (209,150,102). Sum of RGB (Red+Green+Blue) = 209+150+102=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D19666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19666 is #2E6999. Grayscale: #A2A2A2. Windows color (decimal): -3041690 or 6723281. OLE color: 6723281.

HSL color Cylindrical-coordinate representation of color #D19666: hue angle of 26.92º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D19666 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB209150102-
CMYK00.280.510.18
HSL26.92º53.77%60.98%-
HSV(B)26.92º51.2%81.96%-
XYZ39.636.3317.5-
YUV162.1794.05161.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=45.34%
G=32.54%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915010200.280.510.1826.9253.7760.98
HexD1966601C33121b363d
Octal3212261460346322336675
Binary110100011001011011001100111001100111001011011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19666; }

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

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

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

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

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

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

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

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