Shades of Galliano #D5AF14
Tints of Galliano #D5AF14
RGB
CMYK
RGB Variations
Color information
#D5AF14 (or 0xD5AF14) is known color: Galliano. HEX triplet: D5, AF and 14. RGB value is (213,175,20). Sum of RGB (Red+Green+Blue) = 213+175+20=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AF14 is #2A50EB. Grayscale: #A9A9A9. Windows color (decimal): -2773228 or 1355733. OLE color: 1355733.
HSL color Cylindrical-coordinate representation of color #D5AF14: hue angle of 48.19º 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 #D5AF14 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 20 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.16 |
| HSL | 48.19º | 0.83% | 0.46% | - |
| HSV(B) | 48.19º | 0.91% | 0.84% | - |
| XYZ | 42.9 | 44.86 | 7.06 | - |
| YUV | 168.69 | 44.09 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 20 | 0 | 0.18 | 0.91 | 0.16 | 48.19 | 0.83 | 0.46 |
| Hex | D5 | AF | 14 | 0 | 12 | 5B | 10 | 30 | 53 | 2E |
| Octal | 325 | 257 | 24 | 0 | 22 | 133 | 20 | 60 | 123 | 56 |
| Binary | 11010101 | 10101111 | 10100 | 0 | 10010 | 1011011 | 10000 | 110000 | 1010011 | 101110 |
Color Harmonies of #D5AF14
Complementary color
Monochromatic Colors of #D5AF14
Black with #D5AF14
Text Example
Text Example
White with #D5AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF14; }
p { color: rgb(213,175,20); }
H1.HeaderClassName
{
color: #D5AF14;
}
.AnyTagClassName
{
color: #D5AF14;
}
</style>
background-color css
<style>
a { background-color: #D5AF14; }
a { background-color: rgb(213,175,20); }
div.DivClassName
{
background-color: #D5AF14;
}
.BgClassName
{
background-color: #D5AF14;
}
</style>
border-color css
<style>
span { border-color: #D5AF14; }
span { border-color: rgb(213,175,20); }
td.TdClassName
{
border-color: #D5AF14;
}
.TagClassName
{
border-color: #D5AF14;
}
</style>