#DB9568

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

Shades of Whiskey #DB9568

Tints of Whiskey #DB9568

Color information

#DB9568 (or 0xDB9568) is unknown color: approx Whiskey. HEX triplet: DB, 95 and 68. RGB value is (219,149,104). Sum of RGB (Red+Green+Blue) = 219+149+104=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9568 is #246A97. Grayscale: #A5A5A5. Windows color (decimal): -2386584 or 6854107. OLE color: 6854107.

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

Color convert

RGB219149104-
CMYK00.320.530.14
HSL23.48º61.5%63.33%-
HSV(B)23.48º52.51%85.88%-
XYZ42.4637.5518.11-
YUV164.893.69166.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.40%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 104 (41.02% from 255) = 22.03%
R=46.40%
G=31.57%
B=22.03%

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
Decimal21914910400.320.530.1423.4861.563.33
HexDB956802035E173d3f
Octal3332251500406516277577
Binary110110111001010111010000100000110101111010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9568; }

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

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

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

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

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

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

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

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