#DB9565

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

Shades of Whiskey #DB9565

Tints of Whiskey #DB9565

Color information

#DB9565 (or 0xDB9565) is unknown color: approx Whiskey. HEX triplet: DB, 95 and 65. RGB value is (219,149,101). Sum of RGB (Red+Green+Blue) = 219+149+101=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9565 is #246A9A. Grayscale: #A4A4A4. Windows color (decimal): -2386587 or 6657499. OLE color: 6657499.

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

Color convert

RGB219149101-
CMYK00.320.540.14
HSL24.41º62.11%62.75%-
HSV(B)24.41º53.88%85.88%-
XYZ42.3137.4917.32-
YUV164.4692.19166.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.70%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=46.70%
G=31.77%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914910100.320.540.1424.4162.1162.75
HexDB956502036E183e3f
Octal3332251450406616307677
Binary110110111001010111001010100000110110111011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9565; }

 p { color: rgb(219,149,101); }

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

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

 a { background-color: rgb(219,149,101); }

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

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

 span { border-color: rgb(219,149,101); }

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