Shades of Galliano #D1AC1F
Tints of Galliano #D1AC1F
RGB
CMYK
RGB Variations
Color information
#D1AC1F (or 0xD1AC1F) is known color: Galliano. HEX triplet: D1, AC and 1F. RGB value is (209,172,31). Sum of RGB (Red+Green+Blue) = 209+172+31=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC1F is #2E53E0. Grayscale: #A7A7A7. Windows color (decimal): -3036129 or 2075857. OLE color: 2075857.
HSL color Cylindrical-coordinate representation of color #D1AC1F: hue angle of 47.53º 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 #D1AC1F is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 31 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.18 |
| HSL | 47.53º | 0.74% | 0.47% | - |
| HSV(B) | 47.53º | 0.85% | 0.82% | - |
| XYZ | 41.29 | 43.16 | 7.45 | - |
| YUV | 166.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 31 | 0 | 0.18 | 0.85 | 0.18 | 47.53 | 0.74 | 0.47 |
| Hex | D1 | AC | 1F | 0 | 12 | 55 | 12 | 30 | 4A | 2F |
| Octal | 321 | 254 | 37 | 0 | 22 | 125 | 22 | 60 | 112 | 57 |
| Binary | 11010001 | 10101100 | 11111 | 0 | 10010 | 1010101 | 10010 | 110000 | 1001010 | 101111 |
Color Harmonies of #D1AC1F
Complementary color
Monochromatic Colors of #D1AC1F
Black with #D1AC1F
Text Example
Text Example
White with #D1AC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC1F; }
p { color: rgb(209,172,31); }
H1.HeaderClassName
{
color: #D1AC1F;
}
.AnyTagClassName
{
color: #D1AC1F;
}
</style>
background-color css
<style>
a { background-color: #D1AC1F; }
a { background-color: rgb(209,172,31); }
div.DivClassName
{
background-color: #D1AC1F;
}
.BgClassName
{
background-color: #D1AC1F;
}
</style>
border-color css
<style>
span { border-color: #D1AC1F; }
span { border-color: rgb(209,172,31); }
td.TdClassName
{
border-color: #D1AC1F;
}
.TagClassName
{
border-color: #D1AC1F;
}
</style>