Shades of Galliano #D6AF14
Tints of Galliano #D6AF14
RGB
CMYK
RGB Variations
Color information
#D6AF14 (or 0xD6AF14) is known color: Galliano. HEX triplet: D6, AF and 14. RGB value is (214,175,20). Sum of RGB (Red+Green+Blue) = 214+175+20=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF14 is #2950EB. Grayscale: #A9A9A9. Windows color (decimal): -2707692 or 1355734. OLE color: 1355734.
HSL color Cylindrical-coordinate representation of color #D6AF14: hue angle of 47.94º 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 #D6AF14 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 20 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.16 |
| HSL | 47.94º | 0.83% | 0.46% | - |
| HSV(B) | 47.94º | 0.91% | 0.84% | - |
| XYZ | 43.19 | 45.01 | 7.07 | - |
| YUV | 168.99 | 43.92 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 20 | 0 | 0.18 | 0.91 | 0.16 | 47.94 | 0.83 | 0.46 |
| Hex | D6 | AF | 14 | 0 | 12 | 5B | 10 | 30 | 53 | 2E |
| Octal | 326 | 257 | 24 | 0 | 22 | 133 | 20 | 60 | 123 | 56 |
| Binary | 11010110 | 10101111 | 10100 | 0 | 10010 | 1011011 | 10000 | 110000 | 1010011 | 101110 |
Color Harmonies of #D6AF14
Complementary color
Monochromatic Colors of #D6AF14
Black with #D6AF14
Text Example
Text Example
White with #D6AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF14; }
p { color: rgb(214,175,20); }
H1.HeaderClassName
{
color: #D6AF14;
}
.AnyTagClassName
{
color: #D6AF14;
}
</style>
background-color css
<style>
a { background-color: #D6AF14; }
a { background-color: rgb(214,175,20); }
div.DivClassName
{
background-color: #D6AF14;
}
.BgClassName
{
background-color: #D6AF14;
}
</style>
border-color css
<style>
span { border-color: #D6AF14; }
span { border-color: rgb(214,175,20); }
td.TdClassName
{
border-color: #D6AF14;
}
.TagClassName
{
border-color: #D6AF14;
}
</style>