Shades of Galliano #D0A312
Tints of Galliano #D0A312
RGB
CMYK
RGB Variations
Color information
#D0A312 (or 0xD0A312) is known color: Galliano. HEX triplet: D0, A3 and 12. RGB value is (208,163,18). Sum of RGB (Red+Green+Blue) = 208+163+18=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A312 is #2F5CED. Grayscale: #A0A0A0. Windows color (decimal): -3103982 or 1221584. OLE color: 1221584.
HSL color Cylindrical-coordinate representation of color #D0A312: hue angle of 45.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0A312 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 18 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.18 |
| HSL | 45.79º | 0.84% | 0.44% | - |
| HSV(B) | 45.79º | 0.91% | 0.82% | - |
| XYZ | 39.22 | 39.65 | 6.16 | - |
| YUV | 159.93 | 47.91 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 18 | 0 | 0.22 | 0.91 | 0.18 | 45.79 | 0.84 | 0.44 |
| Hex | D0 | A3 | 12 | 0 | 16 | 5B | 12 | 2E | 54 | 2C |
| Octal | 320 | 243 | 22 | 0 | 26 | 133 | 22 | 56 | 124 | 54 |
| Binary | 11010000 | 10100011 | 10010 | 0 | 10110 | 1011011 | 10010 | 101110 | 1010100 | 101100 |
Color Harmonies of #D0A312
Complementary color
Monochromatic Colors of #D0A312
Black with #D0A312
Text Example
Text Example
White with #D0A312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A312; }
p { color: rgb(208,163,18); }
H1.HeaderClassName
{
color: #D0A312;
}
.AnyTagClassName
{
color: #D0A312;
}
</style>
background-color css
<style>
a { background-color: #D0A312; }
a { background-color: rgb(208,163,18); }
div.DivClassName
{
background-color: #D0A312;
}
.BgClassName
{
background-color: #D0A312;
}
</style>
border-color css
<style>
span { border-color: #D0A312; }
span { border-color: rgb(208,163,18); }
td.TdClassName
{
border-color: #D0A312;
}
.TagClassName
{
border-color: #D0A312;
}
</style>