Shades of Galliano #D5AB1A
Tints of Galliano #D5AB1A
RGB
CMYK
RGB Variations
Color information
#D5AB1A (or 0xD5AB1A) is known color: Galliano. HEX triplet: D5, AB and 1A. RGB value is (213,171,26). Sum of RGB (Red+Green+Blue) = 213+171+26=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB1A is #2A54E5. Grayscale: #A7A7A7. Windows color (decimal): -2774246 or 1747925. OLE color: 1747925.
HSL color Cylindrical-coordinate representation of color #D5AB1A: hue angle of 46.52º 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 #D5AB1A is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 26 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.16 |
| HSL | 46.52º | 0.78% | 0.47% | - |
| HSV(B) | 46.52º | 0.88% | 0.84% | - |
| XYZ | 42.19 | 43.35 | 7.12 | - |
| YUV | 167.03 | 48.41 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 26 | 0 | 0.20 | 0.88 | 0.16 | 46.52 | 0.78 | 0.47 |
| Hex | D5 | AB | 1A | 0 | 14 | 58 | 10 | 2F | 4E | 2F |
| Octal | 325 | 253 | 32 | 0 | 24 | 130 | 20 | 57 | 116 | 57 |
| Binary | 11010101 | 10101011 | 11010 | 0 | 10100 | 1011000 | 10000 | 101111 | 1001110 | 101111 |
Color Harmonies of #D5AB1A
Complementary color
Monochromatic Colors of #D5AB1A
Black with #D5AB1A
Text Example
Text Example
White with #D5AB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB1A; }
p { color: rgb(213,171,26); }
H1.HeaderClassName
{
color: #D5AB1A;
}
.AnyTagClassName
{
color: #D5AB1A;
}
</style>
background-color css
<style>
a { background-color: #D5AB1A; }
a { background-color: rgb(213,171,26); }
div.DivClassName
{
background-color: #D5AB1A;
}
.BgClassName
{
background-color: #D5AB1A;
}
</style>
border-color css
<style>
span { border-color: #D5AB1A; }
span { border-color: rgb(213,171,26); }
td.TdClassName
{
border-color: #D5AB1A;
}
.TagClassName
{
border-color: #D5AB1A;
}
</style>