#D99766

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

Shades of Whiskey #D99766

Tints of Whiskey #D99766

Color information

#D99766 (or 0xD99766) is unknown color: approx Whiskey. HEX triplet: D9, 97 and 66. RGB value is (217,151,102). Sum of RGB (Red+Green+Blue) = 217+151+102=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D99766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99766 is #266899. Grayscale: #A5A5A5. Windows color (decimal): -2517146 or 6723545. OLE color: 6723545.

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

Color convert

RGB217151102-
CMYK00.300.530.15
HSL25.57º60.21%62.55%-
HSV(B)25.57º53%85.1%-
XYZ42.0837.8417.66-
YUV165.1592.37164.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=46.17%
G=32.13%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715110200.300.530.1525.5760.2162.55
HexD9976601E35F1a3c3f
Octal3312271460366517327477
Binary11011001100101111100110011110110101111111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99766; }

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

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

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

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

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

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

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

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