Shades of Galliano #D2A524
Tints of Galliano #D2A524
RGB
CMYK
RGB Variations
Color information
#D2A524 (or 0xD2A524) is known color: Galliano. HEX triplet: D2, A5 and 24. RGB value is (210,165,36). Sum of RGB (Red+Green+Blue) = 210+165+36=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A524 is #2D5ADB. Grayscale: #A4A4A4. Windows color (decimal): -2972380 or 2401746. OLE color: 2401746.
HSL color Cylindrical-coordinate representation of color #D2A524: hue angle of 44.48º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2A524 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 36 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.18 |
| HSL | 44.48º | 0.71% | 0.48% | - |
| HSV(B) | 44.48º | 0.83% | 0.82% | - |
| XYZ | 40.35 | 40.74 | 7.41 | - |
| YUV | 163.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 36 | 0 | 0.21 | 0.83 | 0.18 | 44.48 | 0.71 | 0.48 |
| Hex | D2 | A5 | 24 | 0 | 15 | 53 | 12 | 2C | 47 | 30 |
| Octal | 322 | 245 | 44 | 0 | 25 | 123 | 22 | 54 | 107 | 60 |
| Binary | 11010010 | 10100101 | 100100 | 0 | 10101 | 1010011 | 10010 | 101100 | 1000111 | 110000 |
Color Harmonies of #D2A524
Complementary color
Monochromatic Colors of #D2A524
Black with #D2A524
Text Example
Text Example
White with #D2A524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A524; }
p { color: rgb(210,165,36); }
H1.HeaderClassName
{
color: #D2A524;
}
.AnyTagClassName
{
color: #D2A524;
}
</style>
background-color css
<style>
a { background-color: #D2A524; }
a { background-color: rgb(210,165,36); }
div.DivClassName
{
background-color: #D2A524;
}
.BgClassName
{
background-color: #D2A524;
}
</style>
border-color css
<style>
span { border-color: #D2A524; }
span { border-color: rgb(210,165,36); }
td.TdClassName
{
border-color: #D2A524;
}
.TagClassName
{
border-color: #D2A524;
}
</style>