#D99469

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

Shades of Whiskey #D99469

Tints of Whiskey #D99469

Color information

#D99469 (or 0xD99469) is unknown color: approx Whiskey. HEX triplet: D9, 94 and 69. RGB value is (217,148,105). Sum of RGB (Red+Green+Blue) = 217+148+105=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D99469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99469 is #266B96. Grayscale: #A3A3A3. Windows color (decimal): -2517911 or 6919385. OLE color: 6919385.

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

Color convert

RGB217148105-
CMYK00.320.520.15
HSL23.04º59.57%63.14%-
HSV(B)23.04º51.61%85.1%-
XYZ41.7536.9518.3-
YUV163.7394.86166-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=46.17%
G=31.49%
B=22.34%

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
Decimal21714810500.320.520.1523.0459.5763.14
HexD9946902034F173c3f
Octal3312241510406417277477
Binary110110011001010011010010100000110100111110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99469; }

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

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

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

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

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

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

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

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