Shades of Galliano #D2A428
Tints of Galliano #D2A428
RGB
CMYK
RGB Variations
Color information
#D2A428 (or 0xD2A428) is known color: Galliano. HEX triplet: D2, A4 and 28. RGB value is (210,164,40). Sum of RGB (Red+Green+Blue) = 210+164+40=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A428 is #2D5BD7. Grayscale: #A4A4A4. Windows color (decimal): -2972632 or 2663634. OLE color: 2663634.
HSL color Cylindrical-coordinate representation of color #D2A428: hue angle of 43.76º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2A428 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 40 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.18 |
| HSL | 43.76º | 0.68% | 0.49% | - |
| HSV(B) | 43.76º | 0.81% | 0.82% | - |
| XYZ | 40.24 | 40.41 | 7.69 | - |
| YUV | 163.62 | 58.24 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 40 | 0 | 0.22 | 0.81 | 0.18 | 43.76 | 0.68 | 0.49 |
| Hex | D2 | A4 | 28 | 0 | 16 | 51 | 12 | 2C | 44 | 31 |
| Octal | 322 | 244 | 50 | 0 | 26 | 121 | 22 | 54 | 104 | 61 |
| Binary | 11010010 | 10100100 | 101000 | 0 | 10110 | 1010001 | 10010 | 101100 | 1000100 | 110001 |
Color Harmonies of #D2A428
Complementary color
Monochromatic Colors of #D2A428
Black with #D2A428
Text Example
Text Example
White with #D2A428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A428; }
p { color: rgb(210,164,40); }
H1.HeaderClassName
{
color: #D2A428;
}
.AnyTagClassName
{
color: #D2A428;
}
</style>
background-color css
<style>
a { background-color: #D2A428; }
a { background-color: rgb(210,164,40); }
div.DivClassName
{
background-color: #D2A428;
}
.BgClassName
{
background-color: #D2A428;
}
</style>
border-color css
<style>
span { border-color: #D2A428; }
span { border-color: rgb(210,164,40); }
td.TdClassName
{
border-color: #D2A428;
}
.TagClassName
{
border-color: #D2A428;
}
</style>