#DBAC14

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

Shades of Galliano #DBAC14

Tints of Galliano #DBAC14

Color information

#DBAC14 (or 0xDBAC14) is unknown color: approx Galliano. HEX triplet: DB, AC and 14. RGB value is (219,172,20). Sum of RGB (Red+Green+Blue) = 219+172+20=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC14 is #2453EB. Grayscale: #A9A9A9. Windows color (decimal): -2380780 or 1354971. OLE color: 1354971.

HSL color Cylindrical-coordinate representation of color #DBAC14: hue angle of 45.83º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBAC14 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB21917220-
CMYK00.210.910.14
HSL45.83º83.26%46.86%-
HSV(B)45.83º90.87%85.88%-
XYZ44.0944.626.95-
YUV168.7244.07163.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.28%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 20 (8.20% from 255) = 4.87%
R=53.28%
G=41.85%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191722000.210.910.1445.8383.2646.86
HexDBAC140155BE2e532f
Octal33325424025133165612357
Binary110110111010110010100010101101101111101011101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC14; }

 p { color: rgb(219,172,20); }

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

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

 a { background-color: rgb(219,172,20); }

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

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

 span { border-color: rgb(219,172,20); }

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