Shades of Galliano #DAB017
Tints of Galliano #DAB017
RGB
CMYK
RGB Variations
Color information
#DAB017 (or 0xDAB017) is known color: Galliano. HEX triplet: DA, B0 and 17. RGB value is (218,176,23). Sum of RGB (Red+Green+Blue) = 218+176+23=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB017 is #254FE8. Grayscale: #ABABAB. Windows color (decimal): -2445289 or 1552602. OLE color: 1552602.
HSL color Cylindrical-coordinate representation of color #DAB017: hue angle of 47.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAB017 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 23 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.15 |
| HSL | 47.08º | 0.81% | 0.47% | - |
| HSV(B) | 47.08º | 0.89% | 0.85% | - |
| XYZ | 44.59 | 46.02 | 7.34 | - |
| YUV | 171.12 | 44.41 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 23 | 0 | 0.19 | 0.89 | 0.15 | 47.08 | 0.81 | 0.47 |
| Hex | DA | B0 | 17 | 0 | 13 | 59 | F | 2F | 51 | 2F |
| Octal | 332 | 260 | 27 | 0 | 23 | 131 | 17 | 57 | 121 | 57 |
| Binary | 11011010 | 10110000 | 10111 | 0 | 10011 | 1011001 | 1111 | 101111 | 1010001 | 101111 |
Color Harmonies of #DAB017
Complementary color
Monochromatic Colors of #DAB017
Black with #DAB017
Text Example
Text Example
White with #DAB017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB017; }
p { color: rgb(218,176,23); }
H1.HeaderClassName
{
color: #DAB017;
}
.AnyTagClassName
{
color: #DAB017;
}
</style>
background-color css
<style>
a { background-color: #DAB017; }
a { background-color: rgb(218,176,23); }
div.DivClassName
{
background-color: #DAB017;
}
.BgClassName
{
background-color: #DAB017;
}
</style>
border-color css
<style>
span { border-color: #DAB017; }
span { border-color: rgb(218,176,23); }
td.TdClassName
{
border-color: #DAB017;
}
.TagClassName
{
border-color: #DAB017;
}
</style>