Shades of Galliano #D5AD21
Tints of Galliano #D5AD21
RGB
CMYK
RGB Variations
Color information
#D5AD21 (or 0xD5AD21) is known color: Galliano. HEX triplet: D5, AD and 21. RGB value is (213,173,33). Sum of RGB (Red+Green+Blue) = 213+173+33=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD21 is #2A52DE. Grayscale: #A9A9A9. Windows color (decimal): -2773727 or 2207189. OLE color: 2207189.
HSL color Cylindrical-coordinate representation of color #D5AD21: hue angle of 46.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5AD21 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 33 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.16 |
| HSL | 46.67º | 0.73% | 0.48% | - |
| HSV(B) | 46.67º | 0.85% | 0.84% | - |
| XYZ | 42.66 | 44.14 | 7.71 | - |
| YUV | 169 | 51.25 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 33 | 0 | 0.19 | 0.85 | 0.16 | 46.67 | 0.73 | 0.48 |
| Hex | D5 | AD | 21 | 0 | 13 | 55 | 10 | 2F | 49 | 30 |
| Octal | 325 | 255 | 41 | 0 | 23 | 125 | 20 | 57 | 111 | 60 |
| Binary | 11010101 | 10101101 | 100001 | 0 | 10011 | 1010101 | 10000 | 101111 | 1001001 | 110000 |
Color Harmonies of #D5AD21
Complementary color
Monochromatic Colors of #D5AD21
Black with #D5AD21
Text Example
Text Example
White with #D5AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD21; }
p { color: rgb(213,173,33); }
H1.HeaderClassName
{
color: #D5AD21;
}
.AnyTagClassName
{
color: #D5AD21;
}
</style>
background-color css
<style>
a { background-color: #D5AD21; }
a { background-color: rgb(213,173,33); }
div.DivClassName
{
background-color: #D5AD21;
}
.BgClassName
{
background-color: #D5AD21;
}
</style>
border-color css
<style>
span { border-color: #D5AD21; }
span { border-color: rgb(213,173,33); }
td.TdClassName
{
border-color: #D5AD21;
}
.TagClassName
{
border-color: #D5AD21;
}
</style>