Shades of Galliano #D5A41A
Tints of Galliano #D5A41A
RGB
CMYK
RGB Variations
Color information
#D5A41A (or 0xD5A41A) is known color: Galliano. HEX triplet: D5, A4 and 1A. RGB value is (213,164,26). Sum of RGB (Red+Green+Blue) = 213+164+26=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A41A is #2A5BE5. Grayscale: #A3A3A3. Windows color (decimal): -2776038 or 1746133. OLE color: 1746133.
HSL color Cylindrical-coordinate representation of color #D5A41A: hue angle of 44.28º 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 #D5A41A is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 26 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.16 |
| HSL | 44.28º | 0.78% | 0.47% | - |
| HSV(B) | 44.28º | 0.88% | 0.84% | - |
| XYZ | 40.9 | 40.77 | 6.69 | - |
| YUV | 162.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 26 | 0 | 0.23 | 0.88 | 0.16 | 44.28 | 0.78 | 0.47 |
| Hex | D5 | A4 | 1A | 0 | 17 | 58 | 10 | 2C | 4E | 2F |
| Octal | 325 | 244 | 32 | 0 | 27 | 130 | 20 | 54 | 116 | 57 |
| Binary | 11010101 | 10100100 | 11010 | 0 | 10111 | 1011000 | 10000 | 101100 | 1001110 | 101111 |
Color Harmonies of #D5A41A
Complementary color
Monochromatic Colors of #D5A41A
Black with #D5A41A
Text Example
Text Example
White with #D5A41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A41A; }
p { color: rgb(213,164,26); }
H1.HeaderClassName
{
color: #D5A41A;
}
.AnyTagClassName
{
color: #D5A41A;
}
</style>
background-color css
<style>
a { background-color: #D5A41A; }
a { background-color: rgb(213,164,26); }
div.DivClassName
{
background-color: #D5A41A;
}
.BgClassName
{
background-color: #D5A41A;
}
</style>
border-color css
<style>
span { border-color: #D5A41A; }
span { border-color: rgb(213,164,26); }
td.TdClassName
{
border-color: #D5A41A;
}
.TagClassName
{
border-color: #D5A41A;
}
</style>