#D99363

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

Shades of Whiskey #D99363

Tints of Whiskey #D99363

Color information

#D99363 (or 0xD99363) is unknown color: approx Whiskey. HEX triplet: D9, 93 and 63. RGB value is (217,147,99). Sum of RGB (Red+Green+Blue) = 217+147+99=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D99363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99363 is #266C9C. Grayscale: #A2A2A2. Windows color (decimal): -2518173 or 6525913. OLE color: 6525913.

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

Color convert

RGB21714799-
CMYK00.320.540.15
HSL24.41º60.82%61.96%-
HSV(B)24.41º54.38%85.1%-
XYZ41.336.5216.68-
YUV162.4692.19166.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 99 (39.06% from 255) = 21.38%
R=46.87%
G=31.75%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171479900.320.540.1524.4160.8261.96
HexD9936302036F183d3e
Octal3312231430406617307576
Binary110110011001001111000110100000110110111111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99363; }

 p { color: rgb(217,147,99); }

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

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

 a { background-color: rgb(217,147,99); }

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

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

 span { border-color: rgb(217,147,99); }

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