Shades of Galliano #D4AC14
Tints of Galliano #D4AC14
RGB
CMYK
RGB Variations
Color information
#D4AC14 (or 0xD4AC14) is known color: Galliano. HEX triplet: D4, AC and 14. RGB value is (212,172,20). Sum of RGB (Red+Green+Blue) = 212+172+20=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AC14 is #2B53EB. Grayscale: #A7A7A7. Windows color (decimal): -2839532 or 1354964. OLE color: 1354964.
HSL color Cylindrical-coordinate representation of color #D4AC14: hue angle of 47.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4AC14 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 20 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.17 |
| HSL | 47.5º | 0.83% | 0.45% | - |
| HSV(B) | 47.5º | 0.91% | 0.83% | - |
| XYZ | 42.03 | 43.55 | 6.85 | - |
| YUV | 166.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 20 | 0 | 0.19 | 0.91 | 0.17 | 47.5 | 0.83 | 0.45 |
| Hex | D4 | AC | 14 | 0 | 13 | 5B | 11 | 30 | 53 | 2D |
| Octal | 324 | 254 | 24 | 0 | 23 | 133 | 21 | 60 | 123 | 55 |
| Binary | 11010100 | 10101100 | 10100 | 0 | 10011 | 1011011 | 10001 | 110000 | 1010011 | 101101 |
Color Harmonies of #D4AC14
Complementary color
Monochromatic Colors of #D4AC14
Black with #D4AC14
Text Example
Text Example
White with #D4AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC14; }
p { color: rgb(212,172,20); }
H1.HeaderClassName
{
color: #D4AC14;
}
.AnyTagClassName
{
color: #D4AC14;
}
</style>
background-color css
<style>
a { background-color: #D4AC14; }
a { background-color: rgb(212,172,20); }
div.DivClassName
{
background-color: #D4AC14;
}
.BgClassName
{
background-color: #D4AC14;
}
</style>
border-color css
<style>
span { border-color: #D4AC14; }
span { border-color: rgb(212,172,20); }
td.TdClassName
{
border-color: #D4AC14;
}
.TagClassName
{
border-color: #D4AC14;
}
</style>