#DB9468

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

Shades of Whiskey #DB9468

Tints of Whiskey #DB9468

Color information

#DB9468 (or 0xDB9468) is unknown color: approx Whiskey. HEX triplet: DB, 94 and 68. RGB value is (219,148,104). Sum of RGB (Red+Green+Blue) = 219+148+104=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9468 is #246B97. Grayscale: #A4A4A4. Windows color (decimal): -2386840 or 6853851. OLE color: 6853851.

HSL color Cylindrical-coordinate representation of color #DB9468: hue angle of 22.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB9468 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB219148104-
CMYK00.320.530.14
HSL22.96º61.5%63.33%-
HSV(B)22.96º52.51%85.88%-
XYZ42.337.2418.06-
YUV164.2194.02167.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.50%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=46.50%
G=31.42%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914810400.320.530.1422.9661.563.33
HexDB946802035E173d3f
Octal3332241500406516277577
Binary110110111001010011010000100000110101111010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9468; }

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

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

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

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

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

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

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

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