#D99369

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

Shades of Whiskey #D99369

Tints of Whiskey #D99369

Color information

#D99369 (or 0xD99369) is unknown color: approx Whiskey. HEX triplet: D9, 93 and 69. RGB value is (217,147,105). Sum of RGB (Red+Green+Blue) = 217+147+105=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99369 is #266C96. Grayscale: #A3A3A3. Windows color (decimal): -2518167 or 6919129. OLE color: 6919129.

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

Color convert

RGB217147105-
CMYK00.320.520.15
HSL22.5º59.57%63.14%-
HSV(B)22.5º51.61%85.1%-
XYZ41.636.6418.24-
YUV163.1495.19166.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=46.27%
G=31.34%
B=22.39%

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
Decimal21714710500.320.520.1522.559.5763.14
HexD9936902034F173c3f
Octal3312231510406417277477
Binary110110011001001111010010100000110100111110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99369; }

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

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

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

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

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

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

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

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