Shades of Galliano #DAB117
Tints of Galliano #DAB117
RGB
CMYK
RGB Variations
Color information
#DAB117 (or 0xDAB117) is known color: Galliano. HEX triplet: DA, B1 and 17. RGB value is (218,177,23). Sum of RGB (Red+Green+Blue) = 218+177+23=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB117 is #254EE8. Grayscale: #ACACAC. Windows color (decimal): -2445033 or 1552858. OLE color: 1552858.
HSL color Cylindrical-coordinate representation of color #DAB117: hue angle of 47.38º 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 #DAB117 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 23 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.15 |
| HSL | 47.38º | 0.81% | 0.47% | - |
| HSV(B) | 47.38º | 0.89% | 0.85% | - |
| XYZ | 44.79 | 46.41 | 7.41 | - |
| YUV | 171.7 | 44.08 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 23 | 0 | 0.19 | 0.89 | 0.15 | 47.38 | 0.81 | 0.47 |
| Hex | DA | B1 | 17 | 0 | 13 | 59 | F | 2F | 51 | 2F |
| Octal | 332 | 261 | 27 | 0 | 23 | 131 | 17 | 57 | 121 | 57 |
| Binary | 11011010 | 10110001 | 10111 | 0 | 10011 | 1011001 | 1111 | 101111 | 1010001 | 101111 |
Color Harmonies of #DAB117
Complementary color
Monochromatic Colors of #DAB117
Black with #DAB117
Text Example
Text Example
White with #DAB117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB117; }
p { color: rgb(218,177,23); }
H1.HeaderClassName
{
color: #DAB117;
}
.AnyTagClassName
{
color: #DAB117;
}
</style>
background-color css
<style>
a { background-color: #DAB117; }
a { background-color: rgb(218,177,23); }
div.DivClassName
{
background-color: #DAB117;
}
.BgClassName
{
background-color: #DAB117;
}
</style>
border-color css
<style>
span { border-color: #DAB117; }
span { border-color: rgb(218,177,23); }
td.TdClassName
{
border-color: #DAB117;
}
.TagClassName
{
border-color: #DAB117;
}
</style>