#D99368

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

Shades of Whiskey #D99368

Tints of Whiskey #D99368

Color information

#D99368 (or 0xD99368) is unknown color: approx Whiskey. HEX triplet: D9, 93 and 68. RGB value is (217,147,104). Sum of RGB (Red+Green+Blue) = 217+147+104=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D99368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99368 is #266C97. Grayscale: #A3A3A3. Windows color (decimal): -2518168 or 6853593. OLE color: 6853593.

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

Color convert

RGB217147104-
CMYK00.320.520.15
HSL22.83º59.79%62.94%-
HSV(B)22.83º52.07%85.1%-
XYZ41.5536.6217.98-
YUV163.0394.69166.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=46.37%
G=31.41%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714710400.320.520.1522.8359.7962.94
HexD9936802034F173c3f
Octal3312231500406417277477
Binary110110011001001111010000100000110100111110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99368; }

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

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

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

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

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

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

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

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