Shades of Galliano #D5A11B
Tints of Galliano #D5A11B
RGB
CMYK
RGB Variations
Color information
#D5A11B (or 0xD5A11B) is known color: Galliano. HEX triplet: D5, A1 and 1B. RGB value is (213,161,27). Sum of RGB (Red+Green+Blue) = 213+161+27=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A11B is #2A5EE4. Grayscale: #A1A1A1. Windows color (decimal): -2776805 or 1810901. OLE color: 1810901.
HSL color Cylindrical-coordinate representation of color #D5A11B: hue angle of 43.23º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5A11B is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 27 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.16 |
| HSL | 43.23º | 0.78% | 0.47% | - |
| HSV(B) | 43.23º | 0.87% | 0.84% | - |
| XYZ | 40.38 | 39.72 | 6.57 | - |
| YUV | 161.27 | 52.23 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 27 | 0 | 0.24 | 0.87 | 0.16 | 43.23 | 0.78 | 0.47 |
| Hex | D5 | A1 | 1B | 0 | 18 | 57 | 10 | 2B | 4E | 2F |
| Octal | 325 | 241 | 33 | 0 | 30 | 127 | 20 | 53 | 116 | 57 |
| Binary | 11010101 | 10100001 | 11011 | 0 | 11000 | 1010111 | 10000 | 101011 | 1001110 | 101111 |
Color Harmonies of #D5A11B
Complementary color
Monochromatic Colors of #D5A11B
Black with #D5A11B
Text Example
Text Example
White with #D5A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A11B; }
p { color: rgb(213,161,27); }
H1.HeaderClassName
{
color: #D5A11B;
}
.AnyTagClassName
{
color: #D5A11B;
}
</style>
background-color css
<style>
a { background-color: #D5A11B; }
a { background-color: rgb(213,161,27); }
div.DivClassName
{
background-color: #D5A11B;
}
.BgClassName
{
background-color: #D5A11B;
}
</style>
border-color css
<style>
span { border-color: #D5A11B; }
span { border-color: rgb(213,161,27); }
td.TdClassName
{
border-color: #D5A11B;
}
.TagClassName
{
border-color: #D5A11B;
}
</style>