Shades of Galliano #D5A822
Tints of Galliano #D5A822
RGB
CMYK
RGB Variations
Color information
#D5A822 (or 0xD5A822) is known color: Galliano. HEX triplet: D5, A8 and 22. RGB value is (213,168,34). Sum of RGB (Red+Green+Blue) = 213+168+34=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A822 is #2A57DD. Grayscale: #A6A6A6. Windows color (decimal): -2775006 or 2271445. OLE color: 2271445.
HSL color Cylindrical-coordinate representation of color #D5A822: hue angle of 44.92º 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 #D5A822 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 34 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.16 |
| HSL | 44.92º | 0.72% | 0.48% | - |
| HSV(B) | 44.92º | 0.84% | 0.84% | - |
| XYZ | 41.73 | 42.27 | 7.47 | - |
| YUV | 166.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 34 | 0 | 0.21 | 0.84 | 0.16 | 44.92 | 0.72 | 0.48 |
| Hex | D5 | A8 | 22 | 0 | 15 | 54 | 10 | 2D | 48 | 30 |
| Octal | 325 | 250 | 42 | 0 | 25 | 124 | 20 | 55 | 110 | 60 |
| Binary | 11010101 | 10101000 | 100010 | 0 | 10101 | 1010100 | 10000 | 101101 | 1001000 | 110000 |
Color Harmonies of #D5A822
Complementary color
Monochromatic Colors of #D5A822
Black with #D5A822
Text Example
Text Example
White with #D5A822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A822; }
p { color: rgb(213,168,34); }
H1.HeaderClassName
{
color: #D5A822;
}
.AnyTagClassName
{
color: #D5A822;
}
</style>
background-color css
<style>
a { background-color: #D5A822; }
a { background-color: rgb(213,168,34); }
div.DivClassName
{
background-color: #D5A822;
}
.BgClassName
{
background-color: #D5A822;
}
</style>
border-color css
<style>
span { border-color: #D5A822; }
span { border-color: rgb(213,168,34); }
td.TdClassName
{
border-color: #D5A822;
}
.TagClassName
{
border-color: #D5A822;
}
</style>