#db9c6d

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

Shades of Whiskey #DB9C6D

Tints of Whiskey #DB9C6D

Color information

#DB9C6D (or 0xDB9C6D) is unknown color: approx Whiskey. HEX triplet: DB, 9C and 6D. RGB value is (219,156,109). Sum of RGB (Red+Green+Blue) = 219+156+109=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C6D is #246392. Grayscale: #A9A9A9. Windows color (decimal): -2384787 or 7183579. OLE color: 7183579.

HSL color Cylindrical-coordinate representation of color #DB9C6D: hue angle of 25.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB9C6D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219156109-
CMYK00.290.500.14
HSL25.64º60.44%64.31%-
HSV(B)25.64º50.23%85.88%-
XYZ43.8639.9419.87-
YUV169.4893.87163.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.25%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=45.25%
G=32.23%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915610900.290.500.1425.6460.4464.31
HexDB9C6D01D32E1a3c40
Octal33323415503562163274100
Binary110110111001110011011010111011100101110110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db9c6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db9c6d; }

 p { color: rgb(219,156,109); }

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

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

 a { background-color: rgb(219,156,109); }

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

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

 span { border-color: rgb(219,156,109); }

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