Shades of Galliano #D4AA13
Tints of Galliano #D4AA13
RGB
CMYK
RGB Variations
Color information
#D4AA13 (or 0xD4AA13) is known color: Galliano. HEX triplet: D4, AA and 13. RGB value is (212,170,19). Sum of RGB (Red+Green+Blue) = 212+170+19=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AA13 is #2B55EC. Grayscale: #A5A5A5. Windows color (decimal): -2840045 or 1288916. OLE color: 1288916.
HSL color Cylindrical-coordinate representation of color #D4AA13: hue angle of 46.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4AA13 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 19 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.17 |
| HSL | 46.94º | 0.84% | 0.45% | - |
| HSV(B) | 46.94º | 0.91% | 0.83% | - |
| XYZ | 41.64 | 42.79 | 6.68 | - |
| YUV | 165.34 | 45.41 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 19 | 0 | 0.20 | 0.91 | 0.17 | 46.94 | 0.84 | 0.45 |
| Hex | D4 | AA | 13 | 0 | 14 | 5B | 11 | 2F | 54 | 2D |
| Octal | 324 | 252 | 23 | 0 | 24 | 133 | 21 | 57 | 124 | 55 |
| Binary | 11010100 | 10101010 | 10011 | 0 | 10100 | 1011011 | 10001 | 101111 | 1010100 | 101101 |
Color Harmonies of #D4AA13
Complementary color
Monochromatic Colors of #D4AA13
Black with #D4AA13
Text Example
Text Example
White with #D4AA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA13; }
p { color: rgb(212,170,19); }
H1.HeaderClassName
{
color: #D4AA13;
}
.AnyTagClassName
{
color: #D4AA13;
}
</style>
background-color css
<style>
a { background-color: #D4AA13; }
a { background-color: rgb(212,170,19); }
div.DivClassName
{
background-color: #D4AA13;
}
.BgClassName
{
background-color: #D4AA13;
}
</style>
border-color css
<style>
span { border-color: #D4AA13; }
span { border-color: rgb(212,170,19); }
td.TdClassName
{
border-color: #D4AA13;
}
.TagClassName
{
border-color: #D4AA13;
}
</style>