Shades of Galliano #D1AF14
Tints of Galliano #D1AF14
RGB
CMYK
RGB Variations
Color information
#D1AF14 (or 0xD1AF14) is known color: Galliano. HEX triplet: D1, AF and 14. RGB value is (209,175,20). Sum of RGB (Red+Green+Blue) = 209+175+20=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AF14 is #2E50EB. Grayscale: #A8A8A8. Windows color (decimal): -3035372 or 1355729. OLE color: 1355729.
HSL color Cylindrical-coordinate representation of color #D1AF14: hue angle of 49.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1AF14 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 20 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.18 |
| HSL | 49.21º | 0.83% | 0.45% | - |
| HSV(B) | 49.21º | 0.9% | 0.82% | - |
| XYZ | 41.75 | 44.27 | 7.01 | - |
| YUV | 167.5 | 44.76 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 20 | 0 | 0.16 | 0.90 | 0.18 | 49.21 | 0.83 | 0.45 |
| Hex | D1 | AF | 14 | 0 | 10 | 5A | 12 | 31 | 53 | 2D |
| Octal | 321 | 257 | 24 | 0 | 20 | 132 | 22 | 61 | 123 | 55 |
| Binary | 11010001 | 10101111 | 10100 | 0 | 10000 | 1011010 | 10010 | 110001 | 1010011 | 101101 |
Color Harmonies of #D1AF14
Complementary color
Monochromatic Colors of #D1AF14
Black with #D1AF14
Text Example
Text Example
White with #D1AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF14; }
p { color: rgb(209,175,20); }
H1.HeaderClassName
{
color: #D1AF14;
}
.AnyTagClassName
{
color: #D1AF14;
}
</style>
background-color css
<style>
a { background-color: #D1AF14; }
a { background-color: rgb(209,175,20); }
div.DivClassName
{
background-color: #D1AF14;
}
.BgClassName
{
background-color: #D1AF14;
}
</style>
border-color css
<style>
span { border-color: #D1AF14; }
span { border-color: rgb(209,175,20); }
td.TdClassName
{
border-color: #D1AF14;
}
.TagClassName
{
border-color: #D1AF14;
}
</style>