Shades of Galliano #D5AD24
Tints of Galliano #D5AD24
RGB
CMYK
RGB Variations
Color information
#D5AD24 (or 0xD5AD24) is known color: Galliano. HEX triplet: D5, AD and 24. RGB value is (213,173,36). Sum of RGB (Red+Green+Blue) = 213+173+36=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD24 is #2A52DB. Grayscale: #A9A9A9. Windows color (decimal): -2773724 or 2403797. OLE color: 2403797.
HSL color Cylindrical-coordinate representation of color #D5AD24: hue angle of 46.44º 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 #D5AD24 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 36 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.16 |
| HSL | 46.44º | 0.71% | 0.49% | - |
| HSV(B) | 46.44º | 0.83% | 0.84% | - |
| XYZ | 42.7 | 44.16 | 7.94 | - |
| YUV | 169.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 36 | 0 | 0.19 | 0.83 | 0.16 | 46.44 | 0.71 | 0.49 |
| Hex | D5 | AD | 24 | 0 | 13 | 53 | 10 | 2E | 47 | 31 |
| Octal | 325 | 255 | 44 | 0 | 23 | 123 | 20 | 56 | 107 | 61 |
| Binary | 11010101 | 10101101 | 100100 | 0 | 10011 | 1010011 | 10000 | 101110 | 1000111 | 110001 |
Color Harmonies of #D5AD24
Complementary color
Monochromatic Colors of #D5AD24
Black with #D5AD24
Text Example
Text Example
White with #D5AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD24; }
p { color: rgb(213,173,36); }
H1.HeaderClassName
{
color: #D5AD24;
}
.AnyTagClassName
{
color: #D5AD24;
}
</style>
background-color css
<style>
a { background-color: #D5AD24; }
a { background-color: rgb(213,173,36); }
div.DivClassName
{
background-color: #D5AD24;
}
.BgClassName
{
background-color: #D5AD24;
}
</style>
border-color css
<style>
span { border-color: #D5AD24; }
span { border-color: rgb(213,173,36); }
td.TdClassName
{
border-color: #D5AD24;
}
.TagClassName
{
border-color: #D5AD24;
}
</style>