Shades of Galliano #D3A612
Tints of Galliano #D3A612
RGB
CMYK
RGB Variations
Color information
#D3A612 (or 0xD3A612) is known color: Galliano. HEX triplet: D3, A6 and 12. RGB value is (211,166,18). Sum of RGB (Red+Green+Blue) = 211+166+18=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A612 is #2C59ED. Grayscale: #A3A3A3. Windows color (decimal): -2906606 or 1222355. OLE color: 1222355.
HSL color Cylindrical-coordinate representation of color #D3A612: hue angle of 46.01º 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 #D3A612 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 166 | 18 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.17 |
| HSL | 46.01º | 0.84% | 0.45% | - |
| HSV(B) | 46.01º | 0.91% | 0.83% | - |
| XYZ | 40.61 | 41.16 | 6.38 | - |
| YUV | 162.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 18 | 0 | 0.21 | 0.91 | 0.17 | 46.01 | 0.84 | 0.45 |
| Hex | D3 | A6 | 12 | 0 | 15 | 5B | 11 | 2E | 54 | 2D |
| Octal | 323 | 246 | 22 | 0 | 25 | 133 | 21 | 56 | 124 | 55 |
| Binary | 11010011 | 10100110 | 10010 | 0 | 10101 | 1011011 | 10001 | 101110 | 1010100 | 101101 |
Color Harmonies of #D3A612
Complementary color
Monochromatic Colors of #D3A612
Black with #D3A612
Text Example
Text Example
White with #D3A612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A612; }
p { color: rgb(211,166,18); }
H1.HeaderClassName
{
color: #D3A612;
}
.AnyTagClassName
{
color: #D3A612;
}
</style>
background-color css
<style>
a { background-color: #D3A612; }
a { background-color: rgb(211,166,18); }
div.DivClassName
{
background-color: #D3A612;
}
.BgClassName
{
background-color: #D3A612;
}
</style>
border-color css
<style>
span { border-color: #D3A612; }
span { border-color: rgb(211,166,18); }
td.TdClassName
{
border-color: #D3A612;
}
.TagClassName
{
border-color: #D3A612;
}
</style>