Shades of Galliano #D4AC2C
Tints of Galliano #D4AC2C
RGB
CMYK
RGB Variations
Color information
#D4AC2C (or 0xD4AC2C) is known color: Galliano. HEX triplet: D4, AC and 2C. RGB value is (212,172,44). Sum of RGB (Red+Green+Blue) = 212+172+44=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC2C is #2B53D3. Grayscale: #A9A9A9. Windows color (decimal): -2839508 or 2927828. OLE color: 2927828.
HSL color Cylindrical-coordinate representation of color #D4AC2C: hue angle of 45.71º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4AC2C is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 44 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.17 |
| HSL | 45.71º | 0.66% | 0.5% | - |
| HSV(B) | 45.71º | 0.79% | 0.83% | - |
| XYZ | 42.36 | 43.68 | 8.58 | - |
| YUV | 169.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 44 | 0 | 0.19 | 0.79 | 0.17 | 45.71 | 0.66 | 0.5 |
| Hex | D4 | AC | 2C | 0 | 13 | 4F | 11 | 2E | 42 | 32 |
| Octal | 324 | 254 | 54 | 0 | 23 | 117 | 21 | 56 | 102 | 62 |
| Binary | 11010100 | 10101100 | 101100 | 0 | 10011 | 1001111 | 10001 | 101110 | 1000010 | 110010 |
Color Harmonies of #D4AC2C
Complementary color
Monochromatic Colors of #D4AC2C
Black with #D4AC2C
Text Example
Text Example
White with #D4AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC2C; }
p { color: rgb(212,172,44); }
H1.HeaderClassName
{
color: #D4AC2C;
}
.AnyTagClassName
{
color: #D4AC2C;
}
</style>
background-color css
<style>
a { background-color: #D4AC2C; }
a { background-color: rgb(212,172,44); }
div.DivClassName
{
background-color: #D4AC2C;
}
.BgClassName
{
background-color: #D4AC2C;
}
</style>
border-color css
<style>
span { border-color: #D4AC2C; }
span { border-color: rgb(212,172,44); }
td.TdClassName
{
border-color: #D4AC2C;
}
.TagClassName
{
border-color: #D4AC2C;
}
</style>