Shades of Galliano #D1AC14
Tints of Galliano #D1AC14
RGB
CMYK
RGB Variations
Color information
#D1AC14 (or 0xD1AC14) is known color: Galliano. HEX triplet: D1, AC and 14. RGB value is (209,172,20). Sum of RGB (Red+Green+Blue) = 209+172+20=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AC14 is #2E53EB. Grayscale: #A6A6A6. Windows color (decimal): -3036140 or 1354961. OLE color: 1354961.
HSL color Cylindrical-coordinate representation of color #D1AC14: hue angle of 48.25º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1AC14 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 20 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.18 |
| HSL | 48.25º | 0.83% | 0.45% | - |
| HSV(B) | 48.25º | 0.9% | 0.82% | - |
| XYZ | 41.17 | 43.11 | 6.81 | - |
| YUV | 165.74 | 45.76 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 20 | 0 | 0.18 | 0.90 | 0.18 | 48.25 | 0.83 | 0.45 |
| Hex | D1 | AC | 14 | 0 | 12 | 5A | 12 | 30 | 53 | 2D |
| Octal | 321 | 254 | 24 | 0 | 22 | 132 | 22 | 60 | 123 | 55 |
| Binary | 11010001 | 10101100 | 10100 | 0 | 10010 | 1011010 | 10010 | 110000 | 1010011 | 101101 |
Color Harmonies of #D1AC14
Complementary color
Monochromatic Colors of #D1AC14
Black with #D1AC14
Text Example
Text Example
White with #D1AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC14; }
p { color: rgb(209,172,20); }
H1.HeaderClassName
{
color: #D1AC14;
}
.AnyTagClassName
{
color: #D1AC14;
}
</style>
background-color css
<style>
a { background-color: #D1AC14; }
a { background-color: rgb(209,172,20); }
div.DivClassName
{
background-color: #D1AC14;
}
.BgClassName
{
background-color: #D1AC14;
}
</style>
border-color css
<style>
span { border-color: #D1AC14; }
span { border-color: rgb(209,172,20); }
td.TdClassName
{
border-color: #D1AC14;
}
.TagClassName
{
border-color: #D1AC14;
}
</style>