Shades of Galliano #D3A417
Tints of Galliano #D3A417
RGB
CMYK
RGB Variations
Color information
#D3A417 (or 0xD3A417) is known color: Galliano. HEX triplet: D3, A4 and 17. RGB value is (211,164,23). Sum of RGB (Red+Green+Blue) = 211+164+23=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A417 is #2C5BE8. Grayscale: #A2A2A2. Windows color (decimal): -2907113 or 1549523. OLE color: 1549523.
HSL color Cylindrical-coordinate representation of color #D3A417: hue angle of 45º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3A417 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 164 | 23 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.17 |
| HSL | 45º | 0.8% | 0.46% | - |
| HSV(B) | 45º | 0.89% | 0.83% | - |
| XYZ | 40.29 | 40.46 | 6.5 | - |
| YUV | 161.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 23 | 0 | 0.22 | 0.89 | 0.17 | 45 | 0.8 | 0.46 |
| Hex | D3 | A4 | 17 | 0 | 16 | 59 | 11 | 2D | 50 | 2E |
| Octal | 323 | 244 | 27 | 0 | 26 | 131 | 21 | 55 | 120 | 56 |
| Binary | 11010011 | 10100100 | 10111 | 0 | 10110 | 1011001 | 10001 | 101101 | 1010000 | 101110 |
Color Harmonies of #D3A417
Complementary color
Monochromatic Colors of #D3A417
Black with #D3A417
Text Example
Text Example
White with #D3A417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A417; }
p { color: rgb(211,164,23); }
H1.HeaderClassName
{
color: #D3A417;
}
.AnyTagClassName
{
color: #D3A417;
}
</style>
background-color css
<style>
a { background-color: #D3A417; }
a { background-color: rgb(211,164,23); }
div.DivClassName
{
background-color: #D3A417;
}
.BgClassName
{
background-color: #D3A417;
}
</style>
border-color css
<style>
span { border-color: #D3A417; }
span { border-color: rgb(211,164,23); }
td.TdClassName
{
border-color: #D3A417;
}
.TagClassName
{
border-color: #D3A417;
}
</style>