Shades of Galliano #D4AC1B
Tints of Galliano #D4AC1B
RGB
CMYK
RGB Variations
Color information
#D4AC1B (or 0xD4AC1B) is known color: Galliano. HEX triplet: D4, AC and 1B. RGB value is (212,172,27). Sum of RGB (Red+Green+Blue) = 212+172+27=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC1B is #2B53E4. Grayscale: #A8A8A8. Windows color (decimal): -2839525 or 1813716. OLE color: 1813716.
HSL color Cylindrical-coordinate representation of color #D4AC1B: hue angle of 47.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4AC1B is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 27 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.17 |
| HSL | 47.03º | 0.77% | 0.47% | - |
| HSV(B) | 47.03º | 0.87% | 0.83% | - |
| XYZ | 42.1 | 43.58 | 7.23 | - |
| YUV | 167.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 27 | 0 | 0.19 | 0.87 | 0.17 | 47.03 | 0.77 | 0.47 |
| Hex | D4 | AC | 1B | 0 | 13 | 57 | 11 | 2F | 4D | 2F |
| Octal | 324 | 254 | 33 | 0 | 23 | 127 | 21 | 57 | 115 | 57 |
| Binary | 11010100 | 10101100 | 11011 | 0 | 10011 | 1010111 | 10001 | 101111 | 1001101 | 101111 |
Color Harmonies of #D4AC1B
Complementary color
Monochromatic Colors of #D4AC1B
Black with #D4AC1B
Text Example
Text Example
White with #D4AC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC1B; }
p { color: rgb(212,172,27); }
H1.HeaderClassName
{
color: #D4AC1B;
}
.AnyTagClassName
{
color: #D4AC1B;
}
</style>
background-color css
<style>
a { background-color: #D4AC1B; }
a { background-color: rgb(212,172,27); }
div.DivClassName
{
background-color: #D4AC1B;
}
.BgClassName
{
background-color: #D4AC1B;
}
</style>
border-color css
<style>
span { border-color: #D4AC1B; }
span { border-color: rgb(212,172,27); }
td.TdClassName
{
border-color: #D4AC1B;
}
.TagClassName
{
border-color: #D4AC1B;
}
</style>