#DBAB19

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

Shades of Galliano #DBAB19

Tints of Galliano #DBAB19

Color information

#DBAB19 (or 0xDBAB19) is unknown color: approx Galliano. HEX triplet: DB, AB and 19. RGB value is (219,171,25). Sum of RGB (Red+Green+Blue) = 219+171+25=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB19 is #2454E6. Grayscale: #A9A9A9. Windows color (decimal): -2381031 or 1682395. OLE color: 1682395.

HSL color Cylindrical-coordinate representation of color #DBAB19: hue angle of 45.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBAB19 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB21917125-
CMYK00.220.890.14
HSL45.15º79.51%47.84%-
HSV(B)45.15º88.58%85.88%-
XYZ43.9544.267.15-
YUV168.7146.9163.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.77%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 25 (10.16% from 255) = 6.02%
R=52.77%
G=41.20%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191712500.220.890.1445.1579.5147.84
HexDBAB1901659E2d5030
Octal33325331026131165512060
Binary110110111010101111001010110101100111101011011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAB19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAB19; }

 p { color: rgb(219,171,25); }

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

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

 a { background-color: rgb(219,171,25); }

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

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

 span { border-color: rgb(219,171,25); }

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