Shades of Galliano #D1AF22
Tints of Galliano #D1AF22
RGB
CMYK
RGB Variations
Color information
#D1AF22 (or 0xD1AF22) is known color: Galliano. HEX triplet: D1, AF and 22. RGB value is (209,175,34). Sum of RGB (Red+Green+Blue) = 209+175+34=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF22 is #2E50DD. Grayscale: #A9A9A9. Windows color (decimal): -3035358 or 2273233. OLE color: 2273233.
HSL color Cylindrical-coordinate representation of color #D1AF22: hue angle of 48.34º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1AF22 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 34 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.18 |
| HSL | 48.34º | 0.72% | 0.48% | - |
| HSV(B) | 48.34º | 0.84% | 0.82% | - |
| XYZ | 41.91 | 44.33 | 7.86 | - |
| YUV | 169.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 34 | 0 | 0.16 | 0.84 | 0.18 | 48.34 | 0.72 | 0.48 |
| Hex | D1 | AF | 22 | 0 | 10 | 54 | 12 | 30 | 48 | 30 |
| Octal | 321 | 257 | 42 | 0 | 20 | 124 | 22 | 60 | 110 | 60 |
| Binary | 11010001 | 10101111 | 100010 | 0 | 10000 | 1010100 | 10010 | 110000 | 1001000 | 110000 |
Color Harmonies of #D1AF22
Complementary color
Monochromatic Colors of #D1AF22
Black with #D1AF22
Text Example
Text Example
White with #D1AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF22; }
p { color: rgb(209,175,34); }
H1.HeaderClassName
{
color: #D1AF22;
}
.AnyTagClassName
{
color: #D1AF22;
}
</style>
background-color css
<style>
a { background-color: #D1AF22; }
a { background-color: rgb(209,175,34); }
div.DivClassName
{
background-color: #D1AF22;
}
.BgClassName
{
background-color: #D1AF22;
}
</style>
border-color css
<style>
span { border-color: #D1AF22; }
span { border-color: rgb(209,175,34); }
td.TdClassName
{
border-color: #D1AF22;
}
.TagClassName
{
border-color: #D1AF22;
}
</style>