#DB966B

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

Shades of Whiskey #DB966B

Tints of Whiskey #DB966B

Color information

#DB966B (or 0xDB966B) is unknown color: approx Whiskey. HEX triplet: DB, 96 and 6B. RGB value is (219,150,107). Sum of RGB (Red+Green+Blue) = 219+150+107=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB966B is #246994. Grayscale: #A5A5A5. Windows color (decimal): -2386325 or 7050971. OLE color: 7050971.

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

Color convert

RGB219150107-
CMYK00.320.510.14
HSL23.04º60.87%63.92%-
HSV(B)23.04º51.14%85.88%-
XYZ42.7737.9318.98-
YUV165.7394.86166-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.01%
GREEN value IS 150 (58.98% from 255) = 31.51%
BLUE value IS 107 (42.19% from 255) = 22.48%
R=46.01%
G=31.51%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915010700.320.510.1423.0460.8763.92
HexDB966B02033E173d40
Octal33322615304063162775100
Binary1101101110010110110101101000001100111110101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB966B; }

 p { color: rgb(219,150,107); }

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

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

 a { background-color: rgb(219,150,107); }

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

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

 span { border-color: rgb(219,150,107); }

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