Shades of Galliano #D4AF15
Tints of Galliano #D4AF15
RGB
CMYK
RGB Variations
Color information
#D4AF15 (or 0xD4AF15) is known color: Galliano. HEX triplet: D4, AF and 15. RGB value is (212,175,21). Sum of RGB (Red+Green+Blue) = 212+175+21=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AF15 is #2B50EA. Grayscale: #A9A9A9. Windows color (decimal): -2838763 or 1421268. OLE color: 1421268.
HSL color Cylindrical-coordinate representation of color #D4AF15: hue angle of 48.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4AF15 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 21 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.17 |
| HSL | 48.38º | 0.82% | 0.46% | - |
| HSV(B) | 48.38º | 0.9% | 0.83% | - |
| XYZ | 42.62 | 44.71 | 7.09 | - |
| YUV | 168.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 21 | 0 | 0.17 | 0.90 | 0.17 | 48.38 | 0.82 | 0.46 |
| Hex | D4 | AF | 15 | 0 | 11 | 5A | 11 | 30 | 52 | 2E |
| Octal | 324 | 257 | 25 | 0 | 21 | 132 | 21 | 60 | 122 | 56 |
| Binary | 11010100 | 10101111 | 10101 | 0 | 10001 | 1011010 | 10001 | 110000 | 1010010 | 101110 |
Color Harmonies of #D4AF15
Complementary color
Monochromatic Colors of #D4AF15
Black with #D4AF15
Text Example
Text Example
White with #D4AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF15; }
p { color: rgb(212,175,21); }
H1.HeaderClassName
{
color: #D4AF15;
}
.AnyTagClassName
{
color: #D4AF15;
}
</style>
background-color css
<style>
a { background-color: #D4AF15; }
a { background-color: rgb(212,175,21); }
div.DivClassName
{
background-color: #D4AF15;
}
.BgClassName
{
background-color: #D4AF15;
}
</style>
border-color css
<style>
span { border-color: #D4AF15; }
span { border-color: rgb(212,175,21); }
td.TdClassName
{
border-color: #D4AF15;
}
.TagClassName
{
border-color: #D4AF15;
}
</style>