Shades of Galliano #D5A324
Tints of Galliano #D5A324
RGB
CMYK
RGB Variations
Color information
#D5A324 (or 0xD5A324) is known color: Galliano. HEX triplet: D5, A3 and 24. RGB value is (213,163,36). Sum of RGB (Red+Green+Blue) = 213+163+36=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A324 is #2A5CDB. Grayscale: #A4A4A4. Windows color (decimal): -2776284 or 2401237. OLE color: 2401237.
HSL color Cylindrical-coordinate representation of color #D5A324: hue angle of 43.05º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5A324 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 36 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.16 |
| HSL | 43.05º | 0.71% | 0.49% | - |
| HSV(B) | 43.05º | 0.83% | 0.84% | - |
| XYZ | 40.86 | 40.47 | 7.33 | - |
| YUV | 163.47 | 56.07 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 36 | 0 | 0.23 | 0.83 | 0.16 | 43.05 | 0.71 | 0.49 |
| Hex | D5 | A3 | 24 | 0 | 17 | 53 | 10 | 2B | 47 | 31 |
| Octal | 325 | 243 | 44 | 0 | 27 | 123 | 20 | 53 | 107 | 61 |
| Binary | 11010101 | 10100011 | 100100 | 0 | 10111 | 1010011 | 10000 | 101011 | 1000111 | 110001 |
Color Harmonies of #D5A324
Complementary color
Monochromatic Colors of #D5A324
Black with #D5A324
Text Example
Text Example
White with #D5A324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A324; }
p { color: rgb(213,163,36); }
H1.HeaderClassName
{
color: #D5A324;
}
.AnyTagClassName
{
color: #D5A324;
}
</style>
background-color css
<style>
a { background-color: #D5A324; }
a { background-color: rgb(213,163,36); }
div.DivClassName
{
background-color: #D5A324;
}
.BgClassName
{
background-color: #D5A324;
}
</style>
border-color css
<style>
span { border-color: #D5A324; }
span { border-color: rgb(213,163,36); }
td.TdClassName
{
border-color: #D5A324;
}
.TagClassName
{
border-color: #D5A324;
}
</style>