Shades of Galliano #D1AD29
Tints of Galliano #D1AD29
RGB
CMYK
RGB Variations
Color information
#D1AD29 (or 0xD1AD29) is known color: Galliano. HEX triplet: D1, AD and 29. RGB value is (209,173,41). Sum of RGB (Red+Green+Blue) = 209+173+41=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD29 is #2E52D6. Grayscale: #A9A9A9. Windows color (decimal): -3035863 or 2731473. OLE color: 2731473.
HSL color Cylindrical-coordinate representation of color #D1AD29: hue angle of 47.14º 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 #D1AD29 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 41 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.18 |
| HSL | 47.14º | 0.67% | 0.49% | - |
| HSV(B) | 47.14º | 0.8% | 0.82% | - |
| XYZ | 41.64 | 43.6 | 8.32 | - |
| YUV | 168.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 41 | 0 | 0.17 | 0.80 | 0.18 | 47.14 | 0.67 | 0.49 |
| Hex | D1 | AD | 29 | 0 | 11 | 50 | 12 | 2F | 43 | 31 |
| Octal | 321 | 255 | 51 | 0 | 21 | 120 | 22 | 57 | 103 | 61 |
| Binary | 11010001 | 10101101 | 101001 | 0 | 10001 | 1010000 | 10010 | 101111 | 1000011 | 110001 |
Color Harmonies of #D1AD29
Complementary color
Monochromatic Colors of #D1AD29
Black with #D1AD29
Text Example
Text Example
White with #D1AD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD29; }
p { color: rgb(209,173,41); }
H1.HeaderClassName
{
color: #D1AD29;
}
.AnyTagClassName
{
color: #D1AD29;
}
</style>
background-color css
<style>
a { background-color: #D1AD29; }
a { background-color: rgb(209,173,41); }
div.DivClassName
{
background-color: #D1AD29;
}
.BgClassName
{
background-color: #D1AD29;
}
</style>
border-color css
<style>
span { border-color: #D1AD29; }
span { border-color: rgb(209,173,41); }
td.TdClassName
{
border-color: #D1AD29;
}
.TagClassName
{
border-color: #D1AD29;
}
</style>