Shades of Galliano #D3A312
Tints of Galliano #D3A312
RGB
CMYK
RGB Variations
Color information
#D3A312 (or 0xD3A312) is known color: Galliano. HEX triplet: D3, A3 and 12. RGB value is (211,163,18). Sum of RGB (Red+Green+Blue) = 211+163+18=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A312 is #2C5CED. Grayscale: #A1A1A1. Windows color (decimal): -2907374 or 1221587. OLE color: 1221587.
HSL color Cylindrical-coordinate representation of color #D3A312: hue angle of 45.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3A312 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 163 | 18 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.17 |
| HSL | 45.08º | 0.84% | 0.45% | - |
| HSV(B) | 45.08º | 0.91% | 0.83% | - |
| XYZ | 40.07 | 40.09 | 6.2 | - |
| YUV | 160.82 | 47.4 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 18 | 0 | 0.23 | 0.91 | 0.17 | 45.08 | 0.84 | 0.45 |
| Hex | D3 | A3 | 12 | 0 | 17 | 5B | 11 | 2D | 54 | 2D |
| Octal | 323 | 243 | 22 | 0 | 27 | 133 | 21 | 55 | 124 | 55 |
| Binary | 11010011 | 10100011 | 10010 | 0 | 10111 | 1011011 | 10001 | 101101 | 1010100 | 101101 |
Color Harmonies of #D3A312
Complementary color
Monochromatic Colors of #D3A312
Black with #D3A312
Text Example
Text Example
White with #D3A312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A312; }
p { color: rgb(211,163,18); }
H1.HeaderClassName
{
color: #D3A312;
}
.AnyTagClassName
{
color: #D3A312;
}
</style>
background-color css
<style>
a { background-color: #D3A312; }
a { background-color: rgb(211,163,18); }
div.DivClassName
{
background-color: #D3A312;
}
.BgClassName
{
background-color: #D3A312;
}
</style>
border-color css
<style>
span { border-color: #D3A312; }
span { border-color: rgb(211,163,18); }
td.TdClassName
{
border-color: #D3A312;
}
.TagClassName
{
border-color: #D3A312;
}
</style>