Shades of Galliano #D5A824
Tints of Galliano #D5A824
RGB
CMYK
RGB Variations
Color information
#D5A824 (or 0xD5A824) is known color: Galliano. HEX triplet: D5, A8 and 24. RGB value is (213,168,36). Sum of RGB (Red+Green+Blue) = 213+168+36=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A824 is #2A57DB. Grayscale: #A6A6A6. Windows color (decimal): -2775004 or 2402517. OLE color: 2402517.
HSL color Cylindrical-coordinate representation of color #D5A824: hue angle of 44.75º 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 #D5A824 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 36 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.16 |
| HSL | 44.75º | 0.71% | 0.49% | - |
| HSV(B) | 44.75º | 0.83% | 0.84% | - |
| XYZ | 41.76 | 42.28 | 7.63 | - |
| YUV | 166.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 36 | 0 | 0.21 | 0.83 | 0.16 | 44.75 | 0.71 | 0.49 |
| Hex | D5 | A8 | 24 | 0 | 15 | 53 | 10 | 2D | 47 | 31 |
| Octal | 325 | 250 | 44 | 0 | 25 | 123 | 20 | 55 | 107 | 61 |
| Binary | 11010101 | 10101000 | 100100 | 0 | 10101 | 1010011 | 10000 | 101101 | 1000111 | 110001 |
Color Harmonies of #D5A824
Complementary color
Monochromatic Colors of #D5A824
Black with #D5A824
Text Example
Text Example
White with #D5A824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A824; }
p { color: rgb(213,168,36); }
H1.HeaderClassName
{
color: #D5A824;
}
.AnyTagClassName
{
color: #D5A824;
}
</style>
background-color css
<style>
a { background-color: #D5A824; }
a { background-color: rgb(213,168,36); }
div.DivClassName
{
background-color: #D5A824;
}
.BgClassName
{
background-color: #D5A824;
}
</style>
border-color css
<style>
span { border-color: #D5A824; }
span { border-color: rgb(213,168,36); }
td.TdClassName
{
border-color: #D5A824;
}
.TagClassName
{
border-color: #D5A824;
}
</style>