Shades of Galliano #D4A813
Tints of Galliano #D4A813
RGB
CMYK
RGB Variations
Color information
#D4A813 (or 0xD4A813) is known color: Galliano. HEX triplet: D4, A8 and 13. RGB value is (212,168,19). Sum of RGB (Red+Green+Blue) = 212+168+19=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A813 is #2B57EC. Grayscale: #A4A4A4. Windows color (decimal): -2840557 or 1288404. OLE color: 1288404.
HSL color Cylindrical-coordinate representation of color #D4A813: hue angle of 46.32º 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 #D4A813 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 19 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.17 |
| HSL | 46.32º | 0.84% | 0.45% | - |
| HSV(B) | 46.32º | 0.91% | 0.83% | - |
| XYZ | 41.27 | 42.05 | 6.56 | - |
| YUV | 164.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 19 | 0 | 0.21 | 0.91 | 0.17 | 46.32 | 0.84 | 0.45 |
| Hex | D4 | A8 | 13 | 0 | 15 | 5B | 11 | 2E | 54 | 2D |
| Octal | 324 | 250 | 23 | 0 | 25 | 133 | 21 | 56 | 124 | 55 |
| Binary | 11010100 | 10101000 | 10011 | 0 | 10101 | 1011011 | 10001 | 101110 | 1010100 | 101101 |
Color Harmonies of #D4A813
Complementary color
Monochromatic Colors of #D4A813
Black with #D4A813
Text Example
Text Example
White with #D4A813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A813; }
p { color: rgb(212,168,19); }
H1.HeaderClassName
{
color: #D4A813;
}
.AnyTagClassName
{
color: #D4A813;
}
</style>
background-color css
<style>
a { background-color: #D4A813; }
a { background-color: rgb(212,168,19); }
div.DivClassName
{
background-color: #D4A813;
}
.BgClassName
{
background-color: #D4A813;
}
</style>
border-color css
<style>
span { border-color: #D4A813; }
span { border-color: rgb(212,168,19); }
td.TdClassName
{
border-color: #D4A813;
}
.TagClassName
{
border-color: #D4A813;
}
</style>