Shades of Galliano #D9A612
Tints of Galliano #D9A612
RGB
CMYK
RGB Variations
Color information
#D9A612 (or 0xD9A612) is known color: Galliano. HEX triplet: D9, A6 and 12. RGB value is (217,166,18). Sum of RGB (Red+Green+Blue) = 217+166+18=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A612 is #2659ED. Grayscale: #A5A5A5. Windows color (decimal): -2513390 or 1222361. OLE color: 1222361.
HSL color Cylindrical-coordinate representation of color #D9A612: hue angle of 44.62º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9A612 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 18 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.15 |
| HSL | 44.62º | 0.85% | 0.46% | - |
| HSV(B) | 44.62º | 0.92% | 0.85% | - |
| XYZ | 42.36 | 42.07 | 6.46 | - |
| YUV | 164.38 | 45.4 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 18 | 0 | 0.24 | 0.92 | 0.15 | 44.62 | 0.85 | 0.46 |
| Hex | D9 | A6 | 12 | 0 | 18 | 5C | F | 2D | 55 | 2E |
| Octal | 331 | 246 | 22 | 0 | 30 | 134 | 17 | 55 | 125 | 56 |
| Binary | 11011001 | 10100110 | 10010 | 0 | 11000 | 1011100 | 1111 | 101101 | 1010101 | 101110 |
Color Harmonies of #D9A612
Complementary color
Monochromatic Colors of #D9A612
Black with #D9A612
Text Example
Text Example
White with #D9A612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A612; }
p { color: rgb(217,166,18); }
H1.HeaderClassName
{
color: #D9A612;
}
.AnyTagClassName
{
color: #D9A612;
}
</style>
background-color css
<style>
a { background-color: #D9A612; }
a { background-color: rgb(217,166,18); }
div.DivClassName
{
background-color: #D9A612;
}
.BgClassName
{
background-color: #D9A612;
}
</style>
border-color css
<style>
span { border-color: #D9A612; }
span { border-color: rgb(217,166,18); }
td.TdClassName
{
border-color: #D9A612;
}
.TagClassName
{
border-color: #D9A612;
}
</style>