Shades of Galliano #D5A321
Tints of Galliano #D5A321
RGB
CMYK
RGB Variations
Color information
#D5A321 (or 0xD5A321) is known color: Galliano. HEX triplet: D5, A3 and 21. RGB value is (213,163,33). Sum of RGB (Red+Green+Blue) = 213+163+33=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A321 is #2A5CDE. Grayscale: #A3A3A3. Windows color (decimal): -2776287 or 2204629. OLE color: 2204629.
HSL color Cylindrical-coordinate representation of color #D5A321: hue angle of 43.33º 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 #D5A321 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 33 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.16 |
| HSL | 43.33º | 0.73% | 0.48% | - |
| HSV(B) | 43.33º | 0.85% | 0.84% | - |
| XYZ | 40.81 | 40.45 | 7.1 | - |
| YUV | 163.13 | 54.57 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 33 | 0 | 0.23 | 0.85 | 0.16 | 43.33 | 0.73 | 0.48 |
| Hex | D5 | A3 | 21 | 0 | 17 | 55 | 10 | 2B | 49 | 30 |
| Octal | 325 | 243 | 41 | 0 | 27 | 125 | 20 | 53 | 111 | 60 |
| Binary | 11010101 | 10100011 | 100001 | 0 | 10111 | 1010101 | 10000 | 101011 | 1001001 | 110000 |
Color Harmonies of #D5A321
Complementary color
Monochromatic Colors of #D5A321
Black with #D5A321
Text Example
Text Example
White with #D5A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A321; }
p { color: rgb(213,163,33); }
H1.HeaderClassName
{
color: #D5A321;
}
.AnyTagClassName
{
color: #D5A321;
}
</style>
background-color css
<style>
a { background-color: #D5A321; }
a { background-color: rgb(213,163,33); }
div.DivClassName
{
background-color: #D5A321;
}
.BgClassName
{
background-color: #D5A321;
}
</style>
border-color css
<style>
span { border-color: #D5A321; }
span { border-color: rgb(213,163,33); }
td.TdClassName
{
border-color: #D5A321;
}
.TagClassName
{
border-color: #D5A321;
}
</style>