Shades of Galliano #D0AB18
Tints of Galliano #D0AB18
RGB
CMYK
RGB Variations
Color information
#D0AB18 (or 0xD0AB18) is known color: Galliano. HEX triplet: D0, AB and 18. RGB value is (208,171,24). Sum of RGB (Red+Green+Blue) = 208+171+24=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB18 is #2F54E7. Grayscale: #A5A5A5. Windows color (decimal): -3101928 or 1616848. OLE color: 1616848.
HSL color Cylindrical-coordinate representation of color #D0AB18: hue angle of 47.93º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0AB18 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 24 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.18 |
| HSL | 47.93º | 0.79% | 0.45% | - |
| HSV(B) | 47.93º | 0.88% | 0.82% | - |
| XYZ | 40.74 | 42.6 | 6.94 | - |
| YUV | 165.31 | 48.26 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 24 | 0 | 0.18 | 0.88 | 0.18 | 47.93 | 0.79 | 0.45 |
| Hex | D0 | AB | 18 | 0 | 12 | 58 | 12 | 30 | 4F | 2D |
| Octal | 320 | 253 | 30 | 0 | 22 | 130 | 22 | 60 | 117 | 55 |
| Binary | 11010000 | 10101011 | 11000 | 0 | 10010 | 1011000 | 10010 | 110000 | 1001111 | 101101 |
Color Harmonies of #D0AB18
Complementary color
Monochromatic Colors of #D0AB18
Black with #D0AB18
Text Example
Text Example
White with #D0AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB18; }
p { color: rgb(208,171,24); }
H1.HeaderClassName
{
color: #D0AB18;
}
.AnyTagClassName
{
color: #D0AB18;
}
</style>
background-color css
<style>
a { background-color: #D0AB18; }
a { background-color: rgb(208,171,24); }
div.DivClassName
{
background-color: #D0AB18;
}
.BgClassName
{
background-color: #D0AB18;
}
</style>
border-color css
<style>
span { border-color: #D0AB18; }
span { border-color: rgb(208,171,24); }
td.TdClassName
{
border-color: #D0AB18;
}
.TagClassName
{
border-color: #D0AB18;
}
</style>