Shades of Galliano #D5A11A
Tints of Galliano #D5A11A
RGB
CMYK
RGB Variations
Color information
#D5A11A (or 0xD5A11A) is known color: Galliano. HEX triplet: D5, A1 and 1A. RGB value is (213,161,26). Sum of RGB (Red+Green+Blue) = 213+161+26=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A11A is #2A5EE5. Grayscale: #A1A1A1. Windows color (decimal): -2776806 or 1745365. OLE color: 1745365.
HSL color Cylindrical-coordinate representation of color #D5A11A: hue angle of 43.32º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5A11A is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 26 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.16 |
| HSL | 43.32º | 0.78% | 0.47% | - |
| HSV(B) | 43.32º | 0.88% | 0.84% | - |
| XYZ | 40.37 | 39.71 | 6.51 | - |
| YUV | 161.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 26 | 0 | 0.24 | 0.88 | 0.16 | 43.32 | 0.78 | 0.47 |
| Hex | D5 | A1 | 1A | 0 | 18 | 58 | 10 | 2B | 4E | 2F |
| Octal | 325 | 241 | 32 | 0 | 30 | 130 | 20 | 53 | 116 | 57 |
| Binary | 11010101 | 10100001 | 11010 | 0 | 11000 | 1011000 | 10000 | 101011 | 1001110 | 101111 |
Color Harmonies of #D5A11A
Complementary color
Monochromatic Colors of #D5A11A
Black with #D5A11A
Text Example
Text Example
White with #D5A11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A11A; }
p { color: rgb(213,161,26); }
H1.HeaderClassName
{
color: #D5A11A;
}
.AnyTagClassName
{
color: #D5A11A;
}
</style>
background-color css
<style>
a { background-color: #D5A11A; }
a { background-color: rgb(213,161,26); }
div.DivClassName
{
background-color: #D5A11A;
}
.BgClassName
{
background-color: #D5A11A;
}
</style>
border-color css
<style>
span { border-color: #D5A11A; }
span { border-color: rgb(213,161,26); }
td.TdClassName
{
border-color: #D5A11A;
}
.TagClassName
{
border-color: #D5A11A;
}
</style>