Shades of Galliano #D1AF1B
Tints of Galliano #D1AF1B
RGB
CMYK
RGB Variations
Color information
#D1AF1B (or 0xD1AF1B) is known color: Galliano. HEX triplet: D1, AF and 1B. RGB value is (209,175,27). Sum of RGB (Red+Green+Blue) = 209+175+27=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF1B is #2E50E4. Grayscale: #A8A8A8. Windows color (decimal): -3035365 or 1814481. OLE color: 1814481.
HSL color Cylindrical-coordinate representation of color #D1AF1B: hue angle of 48.79º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1AF1B is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 27 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.18 |
| HSL | 48.79º | 0.77% | 0.46% | - |
| HSV(B) | 48.79º | 0.87% | 0.82% | - |
| XYZ | 41.82 | 44.29 | 7.38 | - |
| YUV | 168.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 27 | 0 | 0.16 | 0.87 | 0.18 | 48.79 | 0.77 | 0.46 |
| Hex | D1 | AF | 1B | 0 | 10 | 57 | 12 | 31 | 4D | 2E |
| Octal | 321 | 257 | 33 | 0 | 20 | 127 | 22 | 61 | 115 | 56 |
| Binary | 11010001 | 10101111 | 11011 | 0 | 10000 | 1010111 | 10010 | 110001 | 1001101 | 101110 |
Color Harmonies of #D1AF1B
Complementary color
Monochromatic Colors of #D1AF1B
Black with #D1AF1B
Text Example
Text Example
White with #D1AF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF1B; }
p { color: rgb(209,175,27); }
H1.HeaderClassName
{
color: #D1AF1B;
}
.AnyTagClassName
{
color: #D1AF1B;
}
</style>
background-color css
<style>
a { background-color: #D1AF1B; }
a { background-color: rgb(209,175,27); }
div.DivClassName
{
background-color: #D1AF1B;
}
.BgClassName
{
background-color: #D1AF1B;
}
</style>
border-color css
<style>
span { border-color: #D1AF1B; }
span { border-color: rgb(209,175,27); }
td.TdClassName
{
border-color: #D1AF1B;
}
.TagClassName
{
border-color: #D1AF1B;
}
</style>