#D99165

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

Shades of Whiskey #D99165

Tints of Whiskey #D99165

Color information

#D99165 (or 0xD99165) is unknown color: approx Whiskey. HEX triplet: D9, 91 and 65. RGB value is (217,145,101). Sum of RGB (Red+Green+Blue) = 217+145+101=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D99165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99165 is #266E9A. Grayscale: #A1A1A1. Windows color (decimal): -2518683 or 6656473. OLE color: 6656473.

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

Color convert

RGB217145101-
CMYK00.330.530.15
HSL22.76º60.42%62.35%-
HSV(B)22.76º53.46%85.1%-
XYZ41.0935.9417.08-
YUV161.5193.85167.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 101 (39.84% from 255) = 21.81%
R=46.87%
G=31.32%
B=21.81%

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
Decimal21714510100.330.530.1522.7660.4262.35
HexD9916502135F173c3e
Octal3312211450416517277476
Binary110110011001000111001010100001110101111110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99165; }

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

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

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

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

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

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

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

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