Shades of Galliano #D0A817
Tints of Galliano #D0A817
RGB
CMYK
RGB Variations
Color information
#D0A817 (or 0xD0A817) is known color: Galliano. HEX triplet: D0, A8 and 17. RGB value is (208,168,23). Sum of RGB (Red+Green+Blue) = 208+168+23=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A817 is #2F57E8. Grayscale: #A4A4A4. Windows color (decimal): -3102697 or 1550544. OLE color: 1550544.
HSL color Cylindrical-coordinate representation of color #D0A817: hue angle of 47.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0A817 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 23 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.18 |
| HSL | 47.03º | 0.8% | 0.45% | - |
| HSV(B) | 47.03º | 0.89% | 0.82% | - |
| XYZ | 40.17 | 41.48 | 6.7 | - |
| YUV | 163.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 23 | 0 | 0.19 | 0.89 | 0.18 | 47.03 | 0.8 | 0.45 |
| Hex | D0 | A8 | 17 | 0 | 13 | 59 | 12 | 2F | 50 | 2D |
| Octal | 320 | 250 | 27 | 0 | 23 | 131 | 22 | 57 | 120 | 55 |
| Binary | 11010000 | 10101000 | 10111 | 0 | 10011 | 1011001 | 10010 | 101111 | 1010000 | 101101 |
Color Harmonies of #D0A817
Complementary color
Monochromatic Colors of #D0A817
Black with #D0A817
Text Example
Text Example
White with #D0A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A817; }
p { color: rgb(208,168,23); }
H1.HeaderClassName
{
color: #D0A817;
}
.AnyTagClassName
{
color: #D0A817;
}
</style>
background-color css
<style>
a { background-color: #D0A817; }
a { background-color: rgb(208,168,23); }
div.DivClassName
{
background-color: #D0A817;
}
.BgClassName
{
background-color: #D0A817;
}
</style>
border-color css
<style>
span { border-color: #D0A817; }
span { border-color: rgb(208,168,23); }
td.TdClassName
{
border-color: #D0A817;
}
.TagClassName
{
border-color: #D0A817;
}
</style>