Shades of Galliano #D5AA21
Tints of Galliano #D5AA21
RGB
CMYK
RGB Variations
Color information
#D5AA21 (or 0xD5AA21) is known color: Galliano. HEX triplet: D5, AA and 21. RGB value is (213,170,33). Sum of RGB (Red+Green+Blue) = 213+170+33=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AA21 is #2A55DE. Grayscale: #A7A7A7. Windows color (decimal): -2774495 or 2206421. OLE color: 2206421.
HSL color Cylindrical-coordinate representation of color #D5AA21: hue angle of 45.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 #D5AA21 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 33 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.16 |
| HSL | 45.67º | 0.73% | 0.48% | - |
| HSV(B) | 45.67º | 0.85% | 0.84% | - |
| XYZ | 42.09 | 43.01 | 7.52 | - |
| YUV | 167.24 | 52.25 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 33 | 0 | 0.20 | 0.85 | 0.16 | 45.67 | 0.73 | 0.48 |
| Hex | D5 | AA | 21 | 0 | 14 | 55 | 10 | 2E | 49 | 30 |
| Octal | 325 | 252 | 41 | 0 | 24 | 125 | 20 | 56 | 111 | 60 |
| Binary | 11010101 | 10101010 | 100001 | 0 | 10100 | 1010101 | 10000 | 101110 | 1001001 | 110000 |
Color Harmonies of #D5AA21
Complementary color
Monochromatic Colors of #D5AA21
Black with #D5AA21
Text Example
Text Example
White with #D5AA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA21; }
p { color: rgb(213,170,33); }
H1.HeaderClassName
{
color: #D5AA21;
}
.AnyTagClassName
{
color: #D5AA21;
}
</style>
background-color css
<style>
a { background-color: #D5AA21; }
a { background-color: rgb(213,170,33); }
div.DivClassName
{
background-color: #D5AA21;
}
.BgClassName
{
background-color: #D5AA21;
}
</style>
border-color css
<style>
span { border-color: #D5AA21; }
span { border-color: rgb(213,170,33); }
td.TdClassName
{
border-color: #D5AA21;
}
.TagClassName
{
border-color: #D5AA21;
}
</style>