Shades of Galliano #D1AB29
Tints of Galliano #D1AB29
RGB
CMYK
RGB Variations
Color information
#D1AB29 (or 0xD1AB29) is known color: Galliano. HEX triplet: D1, AB and 29. RGB value is (209,171,41). Sum of RGB (Red+Green+Blue) = 209+171+41=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB29 is #2E54D6. Grayscale: #A8A8A8. Windows color (decimal): -3036375 or 2730961. OLE color: 2730961.
HSL color Cylindrical-coordinate representation of color #D1AB29: hue angle of 46.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1AB29 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 41 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.18 |
| HSL | 46.43º | 0.67% | 0.49% | - |
| HSV(B) | 46.43º | 0.8% | 0.82% | - |
| XYZ | 41.26 | 42.84 | 8.19 | - |
| YUV | 167.54 | 56.59 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 41 | 0 | 0.18 | 0.80 | 0.18 | 46.43 | 0.67 | 0.49 |
| Hex | D1 | AB | 29 | 0 | 12 | 50 | 12 | 2E | 43 | 31 |
| Octal | 321 | 253 | 51 | 0 | 22 | 120 | 22 | 56 | 103 | 61 |
| Binary | 11010001 | 10101011 | 101001 | 0 | 10010 | 1010000 | 10010 | 101110 | 1000011 | 110001 |
Color Harmonies of #D1AB29
Complementary color
Monochromatic Colors of #D1AB29
Black with #D1AB29
Text Example
Text Example
White with #D1AB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB29; }
p { color: rgb(209,171,41); }
H1.HeaderClassName
{
color: #D1AB29;
}
.AnyTagClassName
{
color: #D1AB29;
}
</style>
background-color css
<style>
a { background-color: #D1AB29; }
a { background-color: rgb(209,171,41); }
div.DivClassName
{
background-color: #D1AB29;
}
.BgClassName
{
background-color: #D1AB29;
}
</style>
border-color css
<style>
span { border-color: #D1AB29; }
span { border-color: rgb(209,171,41); }
td.TdClassName
{
border-color: #D1AB29;
}
.TagClassName
{
border-color: #D1AB29;
}
</style>