Shades of Galliano #D4AD13
Tints of Galliano #D4AD13
RGB
CMYK
RGB Variations
Color information
#D4AD13 (or 0xD4AD13) is known color: Galliano. HEX triplet: D4, AD and 13. RGB value is (212,173,19). Sum of RGB (Red+Green+Blue) = 212+173+19=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AD13 is #2B52EC. Grayscale: #A7A7A7. Windows color (decimal): -2839277 or 1289684. OLE color: 1289684.
HSL color Cylindrical-coordinate representation of color #D4AD13: hue angle of 47.88º 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 #D4AD13 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 19 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.17 |
| HSL | 47.88º | 0.84% | 0.45% | - |
| HSV(B) | 47.88º | 0.91% | 0.83% | - |
| XYZ | 42.21 | 43.93 | 6.87 | - |
| YUV | 167.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 19 | 0 | 0.18 | 0.91 | 0.17 | 47.88 | 0.84 | 0.45 |
| Hex | D4 | AD | 13 | 0 | 12 | 5B | 11 | 30 | 54 | 2D |
| Octal | 324 | 255 | 23 | 0 | 22 | 133 | 21 | 60 | 124 | 55 |
| Binary | 11010100 | 10101101 | 10011 | 0 | 10010 | 1011011 | 10001 | 110000 | 1010100 | 101101 |
Color Harmonies of #D4AD13
Complementary color
Monochromatic Colors of #D4AD13
Black with #D4AD13
Text Example
Text Example
White with #D4AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD13; }
p { color: rgb(212,173,19); }
H1.HeaderClassName
{
color: #D4AD13;
}
.AnyTagClassName
{
color: #D4AD13;
}
</style>
background-color css
<style>
a { background-color: #D4AD13; }
a { background-color: rgb(212,173,19); }
div.DivClassName
{
background-color: #D4AD13;
}
.BgClassName
{
background-color: #D4AD13;
}
</style>
border-color css
<style>
span { border-color: #D4AD13; }
span { border-color: rgb(212,173,19); }
td.TdClassName
{
border-color: #D4AD13;
}
.TagClassName
{
border-color: #D4AD13;
}
</style>