Shades of Galliano #D0AB15
Tints of Galliano #D0AB15
RGB
CMYK
RGB Variations
Color information
#D0AB15 (or 0xD0AB15) is known color: Galliano. HEX triplet: D0, AB and 15. RGB value is (208,171,21). Sum of RGB (Red+Green+Blue) = 208+171+21=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB15 is #2F54EA. Grayscale: #A5A5A5. Windows color (decimal): -3101931 or 1420240. OLE color: 1420240.
HSL color Cylindrical-coordinate representation of color #D0AB15: hue angle of 48.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0AB15 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 21 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.18 |
| HSL | 48.13º | 0.82% | 0.45% | - |
| HSV(B) | 48.13º | 0.9% | 0.82% | - |
| XYZ | 40.71 | 42.59 | 6.78 | - |
| YUV | 164.96 | 46.76 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 21 | 0 | 0.18 | 0.90 | 0.18 | 48.13 | 0.82 | 0.45 |
| Hex | D0 | AB | 15 | 0 | 12 | 5A | 12 | 30 | 52 | 2D |
| Octal | 320 | 253 | 25 | 0 | 22 | 132 | 22 | 60 | 122 | 55 |
| Binary | 11010000 | 10101011 | 10101 | 0 | 10010 | 1011010 | 10010 | 110000 | 1010010 | 101101 |
Color Harmonies of #D0AB15
Complementary color
Monochromatic Colors of #D0AB15
Black with #D0AB15
Text Example
Text Example
White with #D0AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB15; }
p { color: rgb(208,171,21); }
H1.HeaderClassName
{
color: #D0AB15;
}
.AnyTagClassName
{
color: #D0AB15;
}
</style>
background-color css
<style>
a { background-color: #D0AB15; }
a { background-color: rgb(208,171,21); }
div.DivClassName
{
background-color: #D0AB15;
}
.BgClassName
{
background-color: #D0AB15;
}
</style>
border-color css
<style>
span { border-color: #D0AB15; }
span { border-color: rgb(208,171,21); }
td.TdClassName
{
border-color: #D0AB15;
}
.TagClassName
{
border-color: #D0AB15;
}
</style>