Shades of Galliano #D8AB1A
Tints of Galliano #D8AB1A
RGB
CMYK
RGB Variations
Color information
#D8AB1A (or 0xD8AB1A) is known color: Galliano. HEX triplet: D8, AB and 1A. RGB value is (216,171,26). Sum of RGB (Red+Green+Blue) = 216+171+26=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB1A is #2754E5. Grayscale: #A8A8A8. Windows color (decimal): -2577638 or 1747928. OLE color: 1747928.
HSL color Cylindrical-coordinate representation of color #D8AB1A: hue angle of 45.79º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8AB1A is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 26 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.15 |
| HSL | 45.79º | 0.79% | 0.47% | - |
| HSV(B) | 45.79º | 0.88% | 0.85% | - |
| XYZ | 43.07 | 43.8 | 7.16 | - |
| YUV | 167.93 | 47.91 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 26 | 0 | 0.21 | 0.88 | 0.15 | 45.79 | 0.79 | 0.47 |
| Hex | D8 | AB | 1A | 0 | 15 | 58 | F | 2E | 4F | 2F |
| Octal | 330 | 253 | 32 | 0 | 25 | 130 | 17 | 56 | 117 | 57 |
| Binary | 11011000 | 10101011 | 11010 | 0 | 10101 | 1011000 | 1111 | 101110 | 1001111 | 101111 |
Color Harmonies of #D8AB1A
Complementary color
Monochromatic Colors of #D8AB1A
Black with #D8AB1A
Text Example
Text Example
White with #D8AB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB1A; }
p { color: rgb(216,171,26); }
H1.HeaderClassName
{
color: #D8AB1A;
}
.AnyTagClassName
{
color: #D8AB1A;
}
</style>
background-color css
<style>
a { background-color: #D8AB1A; }
a { background-color: rgb(216,171,26); }
div.DivClassName
{
background-color: #D8AB1A;
}
.BgClassName
{
background-color: #D8AB1A;
}
</style>
border-color css
<style>
span { border-color: #D8AB1A; }
span { border-color: rgb(216,171,26); }
td.TdClassName
{
border-color: #D8AB1A;
}
.TagClassName
{
border-color: #D8AB1A;
}
</style>