Shades of Galliano #D5A21F
Tints of Galliano #D5A21F
RGB
CMYK
RGB Variations
Color information
#D5A21F (or 0xD5A21F) is known color: Galliano. HEX triplet: D5, A2 and 1F. RGB value is (213,162,31). Sum of RGB (Red+Green+Blue) = 213+162+31=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A21F is #2A5DE0. Grayscale: #A2A2A2. Windows color (decimal): -2776545 or 2073301. OLE color: 2073301.
HSL color Cylindrical-coordinate representation of color #D5A21F: hue angle of 43.19º degrees, saturation: 0.75, 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 #D5A21F is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 31 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.16 |
| HSL | 43.19º | 0.75% | 0.48% | - |
| HSV(B) | 43.19º | 0.85% | 0.84% | - |
| XYZ | 40.61 | 40.09 | 6.89 | - |
| YUV | 162.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 31 | 0 | 0.24 | 0.85 | 0.16 | 43.19 | 0.75 | 0.48 |
| Hex | D5 | A2 | 1F | 0 | 18 | 55 | 10 | 2B | 4B | 30 |
| Octal | 325 | 242 | 37 | 0 | 30 | 125 | 20 | 53 | 113 | 60 |
| Binary | 11010101 | 10100010 | 11111 | 0 | 11000 | 1010101 | 10000 | 101011 | 1001011 | 110000 |
Color Harmonies of #D5A21F
Complementary color
Monochromatic Colors of #D5A21F
Black with #D5A21F
Text Example
Text Example
White with #D5A21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A21F; }
p { color: rgb(213,162,31); }
H1.HeaderClassName
{
color: #D5A21F;
}
.AnyTagClassName
{
color: #D5A21F;
}
</style>
background-color css
<style>
a { background-color: #D5A21F; }
a { background-color: rgb(213,162,31); }
div.DivClassName
{
background-color: #D5A21F;
}
.BgClassName
{
background-color: #D5A21F;
}
</style>
border-color css
<style>
span { border-color: #D5A21F; }
span { border-color: rgb(213,162,31); }
td.TdClassName
{
border-color: #D5A21F;
}
.TagClassName
{
border-color: #D5A21F;
}
</style>