Shades of Galliano #D5A628
Tints of Galliano #D5A628
RGB
CMYK
RGB Variations
Color information
#D5A628 (or 0xD5A628) is known color: Galliano. HEX triplet: D5, A6 and 28. RGB value is (213,166,40). Sum of RGB (Red+Green+Blue) = 213+166+40=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A628 is #2A59D7. Grayscale: #A6A6A6. Windows color (decimal): -2775512 or 2664149. OLE color: 2664149.
HSL color Cylindrical-coordinate representation of color #D5A628: hue angle of 43.7º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5A628 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 40 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.16 |
| HSL | 43.7º | 0.68% | 0.5% | - |
| HSV(B) | 43.7º | 0.81% | 0.84% | - |
| XYZ | 41.46 | 41.57 | 7.85 | - |
| YUV | 165.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 40 | 0 | 0.22 | 0.81 | 0.16 | 43.7 | 0.68 | 0.5 |
| Hex | D5 | A6 | 28 | 0 | 16 | 51 | 10 | 2C | 44 | 32 |
| Octal | 325 | 246 | 50 | 0 | 26 | 121 | 20 | 54 | 104 | 62 |
| Binary | 11010101 | 10100110 | 101000 | 0 | 10110 | 1010001 | 10000 | 101100 | 1000100 | 110010 |
Color Harmonies of #D5A628
Complementary color
Monochromatic Colors of #D5A628
Black with #D5A628
Text Example
Text Example
White with #D5A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A628; }
p { color: rgb(213,166,40); }
H1.HeaderClassName
{
color: #D5A628;
}
.AnyTagClassName
{
color: #D5A628;
}
</style>
background-color css
<style>
a { background-color: #D5A628; }
a { background-color: rgb(213,166,40); }
div.DivClassName
{
background-color: #D5A628;
}
.BgClassName
{
background-color: #D5A628;
}
</style>
border-color css
<style>
span { border-color: #D5A628; }
span { border-color: rgb(213,166,40); }
td.TdClassName
{
border-color: #D5A628;
}
.TagClassName
{
border-color: #D5A628;
}
</style>