Shades of Galliano #D5A522
Tints of Galliano #D5A522
RGB
CMYK
RGB Variations
Color information
#D5A522 (or 0xD5A522) is known color: Galliano. HEX triplet: D5, A5 and 22. RGB value is (213,165,34). Sum of RGB (Red+Green+Blue) = 213+165+34=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A522 is #2A5ADD. Grayscale: #A4A4A4. Windows color (decimal): -2775774 or 2270677. OLE color: 2270677.
HSL color Cylindrical-coordinate representation of color #D5A522: hue angle of 43.91º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5A522 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 34 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.16 |
| HSL | 43.91º | 0.72% | 0.48% | - |
| HSV(B) | 43.91º | 0.84% | 0.84% | - |
| XYZ | 41.18 | 41.17 | 7.29 | - |
| YUV | 164.42 | 54.4 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 34 | 0 | 0.23 | 0.84 | 0.16 | 43.91 | 0.72 | 0.48 |
| Hex | D5 | A5 | 22 | 0 | 17 | 54 | 10 | 2C | 48 | 30 |
| Octal | 325 | 245 | 42 | 0 | 27 | 124 | 20 | 54 | 110 | 60 |
| Binary | 11010101 | 10100101 | 100010 | 0 | 10111 | 1010100 | 10000 | 101100 | 1001000 | 110000 |
Color Harmonies of #D5A522
Complementary color
Monochromatic Colors of #D5A522
Black with #D5A522
Text Example
Text Example
White with #D5A522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A522; }
p { color: rgb(213,165,34); }
H1.HeaderClassName
{
color: #D5A522;
}
.AnyTagClassName
{
color: #D5A522;
}
</style>
background-color css
<style>
a { background-color: #D5A522; }
a { background-color: rgb(213,165,34); }
div.DivClassName
{
background-color: #D5A522;
}
.BgClassName
{
background-color: #D5A522;
}
</style>
border-color css
<style>
span { border-color: #D5A522; }
span { border-color: rgb(213,165,34); }
td.TdClassName
{
border-color: #D5A522;
}
.TagClassName
{
border-color: #D5A522;
}
</style>