#D99166

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

Shades of Whiskey #D99166

Tints of Whiskey #D99166

Color information

#D99166 (or 0xD99166) is unknown color: approx Whiskey. HEX triplet: D9, 91 and 66. RGB value is (217,145,102). Sum of RGB (Red+Green+Blue) = 217+145+102=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D99166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99166 is #266E99. Grayscale: #A1A1A1. Windows color (decimal): -2518682 or 6722009. OLE color: 6722009.

HSL color Cylindrical-coordinate representation of color #D99166: hue angle of 22.43º 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 #D99166 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217145102-
CMYK00.330.530.15
HSL22.43º60.21%62.55%-
HSV(B)22.43º53%85.1%-
XYZ41.1435.9617.34-
YUV161.6394.35167.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=46.77%
G=31.25%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714510200.330.530.1522.4360.2162.55
HexD9916602135F163c3f
Octal3312211460416517267477
Binary110110011001000111001100100001110101111110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99166; }

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

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

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

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

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

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

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

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