#D89468

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

Shades of Whiskey #D89468

Tints of Whiskey #D89468

Color information

#D89468 (or 0xD89468) is unknown color: approx Whiskey. HEX triplet: D8, 94 and 68. RGB value is (216,148,104). Sum of RGB (Red+Green+Blue) = 216+148+104=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D89468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89468 is #276B97. Grayscale: #A3A3A3. Windows color (decimal): -2583448 or 6853848. OLE color: 6853848.

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

Color convert

RGB216148104-
CMYK00.310.520.15
HSL23.57º58.95%62.75%-
HSV(B)23.57º51.85%84.71%-
XYZ41.4136.7818.01-
YUV163.3294.53165.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=46.15%
G=31.62%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614810400.310.520.1523.5758.9562.75
HexD8946801F34F183b3f
Octal3302241500376417307377
Binary11011000100101001101000011111110100111111000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89468; }

 p { color: rgb(216,148,104); }

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

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

 a { background-color: rgb(216,148,104); }

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

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

 span { border-color: rgb(216,148,104); }

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