#DB9265

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

Shades of Whiskey #DB9265

Tints of Whiskey #DB9265

Color information

#DB9265 (or 0xDB9265) is unknown color: approx Whiskey. HEX triplet: DB, 92 and 65. RGB value is (219,146,101). Sum of RGB (Red+Green+Blue) = 219+146+101=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9265 is #246D9A. Grayscale: #A2A2A2. Windows color (decimal): -2387355 or 6656731. OLE color: 6656731.

HSL color Cylindrical-coordinate representation of color #DB9265: hue angle of 22.88º 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 #DB9265 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB219146101-
CMYK00.330.540.14
HSL22.88º62.11%62.75%-
HSV(B)22.88º53.88%85.88%-
XYZ41.8436.5617.16-
YUV162.793.18168.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.00%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 101 (39.84% from 255) = 21.67%
R=47.00%
G=31.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914610100.330.540.1422.8862.1162.75
HexDB926502136E173e3f
Octal3332221450416616277677
Binary110110111001001011001010100001110110111010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9265; }

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

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

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

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

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

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

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

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