Shades of Galliano #D2AA13
Tints of Galliano #D2AA13
RGB
CMYK
RGB Variations
Color information
#D2AA13 (or 0xD2AA13) is known color: Galliano. HEX triplet: D2, AA and 13. RGB value is (210,170,19). Sum of RGB (Red+Green+Blue) = 210+170+19=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AA13 is #2D55EC. Grayscale: #A5A5A5. Windows color (decimal): -2971117 or 1288914. OLE color: 1288914.
HSL color Cylindrical-coordinate representation of color #D2AA13: hue angle of 47.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2AA13 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 19 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.18 |
| HSL | 47.43º | 0.83% | 0.45% | - |
| HSV(B) | 47.43º | 0.91% | 0.82% | - |
| XYZ | 41.07 | 42.5 | 6.65 | - |
| YUV | 164.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 19 | 0 | 0.19 | 0.91 | 0.18 | 47.43 | 0.83 | 0.45 |
| Hex | D2 | AA | 13 | 0 | 13 | 5B | 12 | 2F | 53 | 2D |
| Octal | 322 | 252 | 23 | 0 | 23 | 133 | 22 | 57 | 123 | 55 |
| Binary | 11010010 | 10101010 | 10011 | 0 | 10011 | 1011011 | 10010 | 101111 | 1010011 | 101101 |
Color Harmonies of #D2AA13
Complementary color
Monochromatic Colors of #D2AA13
Black with #D2AA13
Text Example
Text Example
White with #D2AA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA13; }
p { color: rgb(210,170,19); }
H1.HeaderClassName
{
color: #D2AA13;
}
.AnyTagClassName
{
color: #D2AA13;
}
</style>
background-color css
<style>
a { background-color: #D2AA13; }
a { background-color: rgb(210,170,19); }
div.DivClassName
{
background-color: #D2AA13;
}
.BgClassName
{
background-color: #D2AA13;
}
</style>
border-color css
<style>
span { border-color: #D2AA13; }
span { border-color: rgb(210,170,19); }
td.TdClassName
{
border-color: #D2AA13;
}
.TagClassName
{
border-color: #D2AA13;
}
</style>