Shades of Galliano #D1A825
Tints of Galliano #D1A825
RGB
CMYK
RGB Variations
Color information
#D1A825 (or 0xD1A825) is known color: Galliano. HEX triplet: D1, A8 and 25. RGB value is (209,168,37). Sum of RGB (Red+Green+Blue) = 209+168+37=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A825 is #2E57DA. Grayscale: #A5A5A5. Windows color (decimal): -3037147 or 2468049. OLE color: 2468049.
HSL color Cylindrical-coordinate representation of color #D1A825: hue angle of 45.7º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1A825 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 37 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.18 |
| HSL | 45.7º | 0.7% | 0.48% | - |
| HSV(B) | 45.7º | 0.82% | 0.82% | - |
| XYZ | 40.63 | 41.69 | 7.66 | - |
| YUV | 165.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 37 | 0 | 0.20 | 0.82 | 0.18 | 45.7 | 0.7 | 0.48 |
| Hex | D1 | A8 | 25 | 0 | 14 | 52 | 12 | 2E | 46 | 30 |
| Octal | 321 | 250 | 45 | 0 | 24 | 122 | 22 | 56 | 106 | 60 |
| Binary | 11010001 | 10101000 | 100101 | 0 | 10100 | 1010010 | 10010 | 101110 | 1000110 | 110000 |
Color Harmonies of #D1A825
Complementary color
Monochromatic Colors of #D1A825
Black with #D1A825
Text Example
Text Example
White with #D1A825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A825; }
p { color: rgb(209,168,37); }
H1.HeaderClassName
{
color: #D1A825;
}
.AnyTagClassName
{
color: #D1A825;
}
</style>
background-color css
<style>
a { background-color: #D1A825; }
a { background-color: rgb(209,168,37); }
div.DivClassName
{
background-color: #D1A825;
}
.BgClassName
{
background-color: #D1A825;
}
</style>
border-color css
<style>
span { border-color: #D1A825; }
span { border-color: rgb(209,168,37); }
td.TdClassName
{
border-color: #D1A825;
}
.TagClassName
{
border-color: #D1A825;
}
</style>