Shades of Galliano #D5A629
Tints of Galliano #D5A629
RGB
CMYK
RGB Variations
Color information
#D5A629 (or 0xD5A629) is known color: Galliano. HEX triplet: D5, A6 and 29. RGB value is (213,166,41). Sum of RGB (Red+Green+Blue) = 213+166+41=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A629 is #2A59D6. Grayscale: #A6A6A6. Windows color (decimal): -2775511 or 2729685. OLE color: 2729685.
HSL color Cylindrical-coordinate representation of color #D5A629: hue angle of 43.6º 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 #D5A629 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 41 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.16 |
| HSL | 43.6º | 0.68% | 0.5% | - |
| HSV(B) | 43.6º | 0.81% | 0.84% | - |
| XYZ | 41.48 | 41.58 | 7.94 | - |
| YUV | 165.8 | 57.57 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 41 | 0 | 0.22 | 0.81 | 0.16 | 43.6 | 0.68 | 0.5 |
| Hex | D5 | A6 | 29 | 0 | 16 | 51 | 10 | 2C | 44 | 32 |
| Octal | 325 | 246 | 51 | 0 | 26 | 121 | 20 | 54 | 104 | 62 |
| Binary | 11010101 | 10100110 | 101001 | 0 | 10110 | 1010001 | 10000 | 101100 | 1000100 | 110010 |
Color Harmonies of #D5A629
Complementary color
Monochromatic Colors of #D5A629
Black with #D5A629
Text Example
Text Example
White with #D5A629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A629; }
p { color: rgb(213,166,41); }
H1.HeaderClassName
{
color: #D5A629;
}
.AnyTagClassName
{
color: #D5A629;
}
</style>
background-color css
<style>
a { background-color: #D5A629; }
a { background-color: rgb(213,166,41); }
div.DivClassName
{
background-color: #D5A629;
}
.BgClassName
{
background-color: #D5A629;
}
</style>
border-color css
<style>
span { border-color: #D5A629; }
span { border-color: rgb(213,166,41); }
td.TdClassName
{
border-color: #D5A629;
}
.TagClassName
{
border-color: #D5A629;
}
</style>