Shades of Galliano #D1AF1F
Tints of Galliano #D1AF1F
RGB
CMYK
RGB Variations
Color information
#D1AF1F (or 0xD1AF1F) is known color: Galliano. HEX triplet: D1, AF and 1F. RGB value is (209,175,31). Sum of RGB (Red+Green+Blue) = 209+175+31=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF1F is #2E50E0. Grayscale: #A9A9A9. Windows color (decimal): -3035361 or 2076625. OLE color: 2076625.
HSL color Cylindrical-coordinate representation of color #D1AF1F: hue angle of 48.54º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1AF1F is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 31 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.18 |
| HSL | 48.54º | 0.74% | 0.47% | - |
| HSV(B) | 48.54º | 0.85% | 0.82% | - |
| XYZ | 41.87 | 44.31 | 7.64 | - |
| YUV | 168.75 | 50.26 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 31 | 0 | 0.16 | 0.85 | 0.18 | 48.54 | 0.74 | 0.47 |
| Hex | D1 | AF | 1F | 0 | 10 | 55 | 12 | 31 | 4A | 2F |
| Octal | 321 | 257 | 37 | 0 | 20 | 125 | 22 | 61 | 112 | 57 |
| Binary | 11010001 | 10101111 | 11111 | 0 | 10000 | 1010101 | 10010 | 110001 | 1001010 | 101111 |
Color Harmonies of #D1AF1F
Complementary color
Monochromatic Colors of #D1AF1F
Black with #D1AF1F
Text Example
Text Example
White with #D1AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF1F; }
p { color: rgb(209,175,31); }
H1.HeaderClassName
{
color: #D1AF1F;
}
.AnyTagClassName
{
color: #D1AF1F;
}
</style>
background-color css
<style>
a { background-color: #D1AF1F; }
a { background-color: rgb(209,175,31); }
div.DivClassName
{
background-color: #D1AF1F;
}
.BgClassName
{
background-color: #D1AF1F;
}
</style>
border-color css
<style>
span { border-color: #D1AF1F; }
span { border-color: rgb(209,175,31); }
td.TdClassName
{
border-color: #D1AF1F;
}
.TagClassName
{
border-color: #D1AF1F;
}
</style>