Shades of Galliano #D6AF15
Tints of Galliano #D6AF15
RGB
CMYK
RGB Variations
Color information
#D6AF15 (or 0xD6AF15) is known color: Galliano. HEX triplet: D6, AF and 15. RGB value is (214,175,21). Sum of RGB (Red+Green+Blue) = 214+175+21=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF15 is #2950EA. Grayscale: #A9A9A9. Windows color (decimal): -2707691 or 1421270. OLE color: 1421270.
HSL color Cylindrical-coordinate representation of color #D6AF15: hue angle of 47.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6AF15 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 21 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.16 |
| HSL | 47.88º | 0.82% | 0.46% | - |
| HSV(B) | 47.88º | 0.9% | 0.84% | - |
| XYZ | 43.2 | 45.01 | 7.12 | - |
| YUV | 169.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 21 | 0 | 0.18 | 0.90 | 0.16 | 47.88 | 0.82 | 0.46 |
| Hex | D6 | AF | 15 | 0 | 12 | 5A | 10 | 30 | 52 | 2E |
| Octal | 326 | 257 | 25 | 0 | 22 | 132 | 20 | 60 | 122 | 56 |
| Binary | 11010110 | 10101111 | 10101 | 0 | 10010 | 1011010 | 10000 | 110000 | 1010010 | 101110 |
Color Harmonies of #D6AF15
Complementary color
Monochromatic Colors of #D6AF15
Black with #D6AF15
Text Example
Text Example
White with #D6AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF15; }
p { color: rgb(214,175,21); }
H1.HeaderClassName
{
color: #D6AF15;
}
.AnyTagClassName
{
color: #D6AF15;
}
</style>
background-color css
<style>
a { background-color: #D6AF15; }
a { background-color: rgb(214,175,21); }
div.DivClassName
{
background-color: #D6AF15;
}
.BgClassName
{
background-color: #D6AF15;
}
</style>
border-color css
<style>
span { border-color: #D6AF15; }
span { border-color: rgb(214,175,21); }
td.TdClassName
{
border-color: #D6AF15;
}
.TagClassName
{
border-color: #D6AF15;
}
</style>