Shades of Galliano #D3AF15
Tints of Galliano #D3AF15
RGB
CMYK
RGB Variations
Color information
#D3AF15 (or 0xD3AF15) is known color: Galliano. HEX triplet: D3, AF and 15. RGB value is (211,175,21). Sum of RGB (Red+Green+Blue) = 211+175+21=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AF15 is #2C50EA. Grayscale: #A8A8A8. Windows color (decimal): -2904299 or 1421267. OLE color: 1421267.
HSL color Cylindrical-coordinate representation of color #D3AF15: hue angle of 48.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3AF15 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 21 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.17 |
| HSL | 48.63º | 0.82% | 0.45% | - |
| HSV(B) | 48.63º | 0.9% | 0.83% | - |
| XYZ | 42.33 | 44.56 | 7.08 | - |
| YUV | 168.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 21 | 0 | 0.17 | 0.90 | 0.17 | 48.63 | 0.82 | 0.45 |
| Hex | D3 | AF | 15 | 0 | 11 | 5A | 11 | 31 | 52 | 2D |
| Octal | 323 | 257 | 25 | 0 | 21 | 132 | 21 | 61 | 122 | 55 |
| Binary | 11010011 | 10101111 | 10101 | 0 | 10001 | 1011010 | 10001 | 110001 | 1010010 | 101101 |
Color Harmonies of #D3AF15
Complementary color
Monochromatic Colors of #D3AF15
Black with #D3AF15
Text Example
Text Example
White with #D3AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF15; }
p { color: rgb(211,175,21); }
H1.HeaderClassName
{
color: #D3AF15;
}
.AnyTagClassName
{
color: #D3AF15;
}
</style>
background-color css
<style>
a { background-color: #D3AF15; }
a { background-color: rgb(211,175,21); }
div.DivClassName
{
background-color: #D3AF15;
}
.BgClassName
{
background-color: #D3AF15;
}
</style>
border-color css
<style>
span { border-color: #D3AF15; }
span { border-color: rgb(211,175,21); }
td.TdClassName
{
border-color: #D3AF15;
}
.TagClassName
{
border-color: #D3AF15;
}
</style>