Shades of Galliano #D6A512
Tints of Galliano #D6A512
RGB
CMYK
RGB Variations
Color information
#D6A512 (or 0xD6A512) is known color: Galliano. HEX triplet: D6, A5 and 12. RGB value is (214,165,18). Sum of RGB (Red+Green+Blue) = 214+165+18=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A512 is #295AED. Grayscale: #A3A3A3. Windows color (decimal): -2710254 or 1222102. OLE color: 1222102.
HSL color Cylindrical-coordinate representation of color #D6A512: hue angle of 45º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6A512 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 18 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.16 |
| HSL | 45º | 0.84% | 0.45% | - |
| HSV(B) | 45º | 0.92% | 0.84% | - |
| XYZ | 41.3 | 41.25 | 6.36 | - |
| YUV | 162.89 | 46.23 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 18 | 0 | 0.23 | 0.92 | 0.16 | 45 | 0.84 | 0.45 |
| Hex | D6 | A5 | 12 | 0 | 17 | 5C | 10 | 2D | 54 | 2D |
| Octal | 326 | 245 | 22 | 0 | 27 | 134 | 20 | 55 | 124 | 55 |
| Binary | 11010110 | 10100101 | 10010 | 0 | 10111 | 1011100 | 10000 | 101101 | 1010100 | 101101 |
Color Harmonies of #D6A512
Complementary color
Monochromatic Colors of #D6A512
Black with #D6A512
Text Example
Text Example
White with #D6A512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A512; }
p { color: rgb(214,165,18); }
H1.HeaderClassName
{
color: #D6A512;
}
.AnyTagClassName
{
color: #D6A512;
}
</style>
background-color css
<style>
a { background-color: #D6A512; }
a { background-color: rgb(214,165,18); }
div.DivClassName
{
background-color: #D6A512;
}
.BgClassName
{
background-color: #D6A512;
}
</style>
border-color css
<style>
span { border-color: #D6A512; }
span { border-color: rgb(214,165,18); }
td.TdClassName
{
border-color: #D6A512;
}
.TagClassName
{
border-color: #D6A512;
}
</style>