Shades of Galliano #D4A02C
Tints of Galliano #D4A02C
RGB
CMYK
RGB Variations
Color information
#D4A02C (or 0xD4A02C) is known color: Galliano. HEX triplet: D4, A0 and 2C. RGB value is (212,160,44). Sum of RGB (Red+Green+Blue) = 212+160+44=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A02C is #2B5FD3. Grayscale: #A2A2A2. Windows color (decimal): -2842580 or 2924756. OLE color: 2924756.
HSL color Cylindrical-coordinate representation of color #D4A02C: hue angle of 41.43º 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 #D4A02C is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 44 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.17 |
| HSL | 41.43º | 0.66% | 0.5% | - |
| HSV(B) | 41.43º | 0.79% | 0.83% | - |
| XYZ | 40.18 | 39.32 | 7.85 | - |
| YUV | 162.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 44 | 0 | 0.25 | 0.79 | 0.17 | 41.43 | 0.66 | 0.5 |
| Hex | D4 | A0 | 2C | 0 | 19 | 4F | 11 | 29 | 42 | 32 |
| Octal | 324 | 240 | 54 | 0 | 31 | 117 | 21 | 51 | 102 | 62 |
| Binary | 11010100 | 10100000 | 101100 | 0 | 11001 | 1001111 | 10001 | 101001 | 1000010 | 110010 |
Color Harmonies of #D4A02C
Complementary color
Monochromatic Colors of #D4A02C
Black with #D4A02C
Text Example
Text Example
White with #D4A02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A02C; }
p { color: rgb(212,160,44); }
H1.HeaderClassName
{
color: #D4A02C;
}
.AnyTagClassName
{
color: #D4A02C;
}
</style>
background-color css
<style>
a { background-color: #D4A02C; }
a { background-color: rgb(212,160,44); }
div.DivClassName
{
background-color: #D4A02C;
}
.BgClassName
{
background-color: #D4A02C;
}
</style>
border-color css
<style>
span { border-color: #D4A02C; }
span { border-color: rgb(212,160,44); }
td.TdClassName
{
border-color: #D4A02C;
}
.TagClassName
{
border-color: #D4A02C;
}
</style>