Shades of Galliano #D5AB1B
Tints of Galliano #D5AB1B
RGB
CMYK
RGB Variations
Color information
#D5AB1B (or 0xD5AB1B) is known color: Galliano. HEX triplet: D5, AB and 1B. RGB value is (213,171,27). Sum of RGB (Red+Green+Blue) = 213+171+27=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB1B is #2A54E4. Grayscale: #A7A7A7. Windows color (decimal): -2774245 or 1813461. OLE color: 1813461.
HSL color Cylindrical-coordinate representation of color #D5AB1B: hue angle of 46.45º 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 #D5AB1B is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 27 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.16 |
| HSL | 46.45º | 0.78% | 0.47% | - |
| HSV(B) | 46.45º | 0.87% | 0.84% | - |
| XYZ | 42.2 | 43.35 | 7.18 | - |
| YUV | 167.14 | 48.91 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 27 | 0 | 0.20 | 0.87 | 0.16 | 46.45 | 0.78 | 0.47 |
| Hex | D5 | AB | 1B | 0 | 14 | 57 | 10 | 2E | 4E | 2F |
| Octal | 325 | 253 | 33 | 0 | 24 | 127 | 20 | 56 | 116 | 57 |
| Binary | 11010101 | 10101011 | 11011 | 0 | 10100 | 1010111 | 10000 | 101110 | 1001110 | 101111 |
Color Harmonies of #D5AB1B
Complementary color
Monochromatic Colors of #D5AB1B
Black with #D5AB1B
Text Example
Text Example
White with #D5AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB1B; }
p { color: rgb(213,171,27); }
H1.HeaderClassName
{
color: #D5AB1B;
}
.AnyTagClassName
{
color: #D5AB1B;
}
</style>
background-color css
<style>
a { background-color: #D5AB1B; }
a { background-color: rgb(213,171,27); }
div.DivClassName
{
background-color: #D5AB1B;
}
.BgClassName
{
background-color: #D5AB1B;
}
</style>
border-color css
<style>
span { border-color: #D5AB1B; }
span { border-color: rgb(213,171,27); }
td.TdClassName
{
border-color: #D5AB1B;
}
.TagClassName
{
border-color: #D5AB1B;
}
</style>