Shades of Galliano #D4AA16
Tints of Galliano #D4AA16
RGB
CMYK
RGB Variations
Color information
#D4AA16 (or 0xD4AA16) is known color: Galliano. HEX triplet: D4, AA and 16. RGB value is (212,170,22). Sum of RGB (Red+Green+Blue) = 212+170+22=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AA16 is #2B55E9. Grayscale: #A6A6A6. Windows color (decimal): -2840042 or 1485524. OLE color: 1485524.
HSL color Cylindrical-coordinate representation of color #D4AA16: hue angle of 46.74º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4AA16 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 22 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.17 |
| HSL | 46.74º | 0.81% | 0.46% | - |
| HSV(B) | 46.74º | 0.9% | 0.83% | - |
| XYZ | 41.67 | 42.8 | 6.82 | - |
| YUV | 165.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 22 | 0 | 0.20 | 0.90 | 0.17 | 46.74 | 0.81 | 0.46 |
| Hex | D4 | AA | 16 | 0 | 14 | 5A | 11 | 2F | 51 | 2E |
| Octal | 324 | 252 | 26 | 0 | 24 | 132 | 21 | 57 | 121 | 56 |
| Binary | 11010100 | 10101010 | 10110 | 0 | 10100 | 1011010 | 10001 | 101111 | 1010001 | 101110 |
Color Harmonies of #D4AA16
Complementary color
Monochromatic Colors of #D4AA16
Black with #D4AA16
Text Example
Text Example
White with #D4AA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA16; }
p { color: rgb(212,170,22); }
H1.HeaderClassName
{
color: #D4AA16;
}
.AnyTagClassName
{
color: #D4AA16;
}
</style>
background-color css
<style>
a { background-color: #D4AA16; }
a { background-color: rgb(212,170,22); }
div.DivClassName
{
background-color: #D4AA16;
}
.BgClassName
{
background-color: #D4AA16;
}
</style>
border-color css
<style>
span { border-color: #D4AA16; }
span { border-color: rgb(212,170,22); }
td.TdClassName
{
border-color: #D4AA16;
}
.TagClassName
{
border-color: #D4AA16;
}
</style>