Shades of Galliano #D8AB1D
Tints of Galliano #D8AB1D
RGB
CMYK
RGB Variations
Color information
#D8AB1D (or 0xD8AB1D) is known color: Galliano. HEX triplet: D8, AB and 1D. RGB value is (216,171,29). Sum of RGB (Red+Green+Blue) = 216+171+29=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB1D is #2754E2. Grayscale: #A8A8A8. Windows color (decimal): -2577635 or 1944536. OLE color: 1944536.
HSL color Cylindrical-coordinate representation of color #D8AB1D: hue angle of 45.56º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8AB1D is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 29 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.15 |
| HSL | 45.56º | 0.76% | 0.48% | - |
| HSV(B) | 45.56º | 0.87% | 0.85% | - |
| XYZ | 43.1 | 43.81 | 7.35 | - |
| YUV | 168.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 29 | 0 | 0.21 | 0.87 | 0.15 | 45.56 | 0.76 | 0.48 |
| Hex | D8 | AB | 1D | 0 | 15 | 57 | F | 2E | 4C | 30 |
| Octal | 330 | 253 | 35 | 0 | 25 | 127 | 17 | 56 | 114 | 60 |
| Binary | 11011000 | 10101011 | 11101 | 0 | 10101 | 1010111 | 1111 | 101110 | 1001100 | 110000 |
Color Harmonies of #D8AB1D
Complementary color
Monochromatic Colors of #D8AB1D
Black with #D8AB1D
Text Example
Text Example
White with #D8AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB1D; }
p { color: rgb(216,171,29); }
H1.HeaderClassName
{
color: #D8AB1D;
}
.AnyTagClassName
{
color: #D8AB1D;
}
</style>
background-color css
<style>
a { background-color: #D8AB1D; }
a { background-color: rgb(216,171,29); }
div.DivClassName
{
background-color: #D8AB1D;
}
.BgClassName
{
background-color: #D8AB1D;
}
</style>
border-color css
<style>
span { border-color: #D8AB1D; }
span { border-color: rgb(216,171,29); }
td.TdClassName
{
border-color: #D8AB1D;
}
.TagClassName
{
border-color: #D8AB1D;
}
</style>