#DBAA19

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

Shades of Galliano #DBAA19

Tints of Galliano #DBAA19

Color information

#DBAA19 (or 0xDBAA19) is unknown color: approx Galliano. HEX triplet: DB, AA and 19. RGB value is (219,170,25). Sum of RGB (Red+Green+Blue) = 219+170+25=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA19 is #2455E6. Grayscale: #A8A8A8. Windows color (decimal): -2381287 or 1682139. OLE color: 1682139.

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

Color convert

RGB21917025-
CMYK00.220.890.14
HSL44.85º79.51%47.84%-
HSV(B)44.85º88.58%85.88%-
XYZ43.7643.887.08-
YUV168.1247.23164.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.90%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 25 (10.16% from 255) = 6.04%
R=52.90%
G=41.06%
B=6.04%

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
Decimal2191702500.220.890.1444.8579.5147.84
HexDBAA1901659E2d5030
Octal33325231026131165512060
Binary110110111010101011001010110101100111101011011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA19; }

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

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

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

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

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

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

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

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