Shades of Galliano #D7AF14
Tints of Galliano #D7AF14
RGB
CMYK
RGB Variations
Color information
#D7AF14 (or 0xD7AF14) is known color: Galliano. HEX triplet: D7, AF and 14. RGB value is (215,175,20). Sum of RGB (Red+Green+Blue) = 215+175+20=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF14 is #2850EB. Grayscale: #A9A9A9. Windows color (decimal): -2642156 or 1355735. OLE color: 1355735.
HSL color Cylindrical-coordinate representation of color #D7AF14: hue angle of 47.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7AF14 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 20 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.16 |
| HSL | 47.69º | 0.83% | 0.46% | - |
| HSV(B) | 47.69º | 0.91% | 0.84% | - |
| XYZ | 43.48 | 45.16 | 7.09 | - |
| YUV | 169.29 | 43.75 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 20 | 0 | 0.19 | 0.91 | 0.16 | 47.69 | 0.83 | 0.46 |
| Hex | D7 | AF | 14 | 0 | 13 | 5B | 10 | 30 | 53 | 2E |
| Octal | 327 | 257 | 24 | 0 | 23 | 133 | 20 | 60 | 123 | 56 |
| Binary | 11010111 | 10101111 | 10100 | 0 | 10011 | 1011011 | 10000 | 110000 | 1010011 | 101110 |
Color Harmonies of #D7AF14
Complementary color
Monochromatic Colors of #D7AF14
Black with #D7AF14
Text Example
Text Example
White with #D7AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF14; }
p { color: rgb(215,175,20); }
H1.HeaderClassName
{
color: #D7AF14;
}
.AnyTagClassName
{
color: #D7AF14;
}
</style>
background-color css
<style>
a { background-color: #D7AF14; }
a { background-color: rgb(215,175,20); }
div.DivClassName
{
background-color: #D7AF14;
}
.BgClassName
{
background-color: #D7AF14;
}
</style>
border-color css
<style>
span { border-color: #D7AF14; }
span { border-color: rgb(215,175,20); }
td.TdClassName
{
border-color: #D7AF14;
}
.TagClassName
{
border-color: #D7AF14;
}
</style>