#D99266

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

Shades of Whiskey #D99266

Tints of Whiskey #D99266

Color information

#D99266 (or 0xD99266) is unknown color: approx Whiskey. HEX triplet: D9, 92 and 66. RGB value is (217,146,102). Sum of RGB (Red+Green+Blue) = 217+146+102=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99266 is #266D99. Grayscale: #A2A2A2. Windows color (decimal): -2518426 or 6722265. OLE color: 6722265.

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

Color convert

RGB217146102-
CMYK00.330.530.15
HSL22.96º60.21%62.55%-
HSV(B)22.96º53%85.1%-
XYZ41.2936.2717.39-
YUV162.2194.02167.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 102 (40.23% from 255) = 21.94%
R=46.67%
G=31.40%
B=21.94%

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
Decimal21714610200.330.530.1522.9660.2162.55
HexD9926602135F173c3f
Octal3312221460416517277477
Binary110110011001001011001100100001110101111110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99266; }

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

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

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

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

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

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

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

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