Shades of Galliano #D1AA12
Tints of Galliano #D1AA12
RGB
CMYK
RGB Variations
Color information
#D1AA12 (or 0xD1AA12) is known color: Galliano. HEX triplet: D1, AA and 12. RGB value is (209,170,18). Sum of RGB (Red+Green+Blue) = 209+170+18=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AA12 is #2E55ED. Grayscale: #A4A4A4. Windows color (decimal): -3036654 or 1223377. OLE color: 1223377.
HSL color Cylindrical-coordinate representation of color #D1AA12: hue angle of 47.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1AA12 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 18 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.18 |
| HSL | 47.75º | 0.84% | 0.45% | - |
| HSV(B) | 47.75º | 0.91% | 0.82% | - |
| XYZ | 40.78 | 42.35 | 6.6 | - |
| YUV | 164.33 | 45.42 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 18 | 0 | 0.19 | 0.91 | 0.18 | 47.75 | 0.84 | 0.45 |
| Hex | D1 | AA | 12 | 0 | 13 | 5B | 12 | 30 | 54 | 2D |
| Octal | 321 | 252 | 22 | 0 | 23 | 133 | 22 | 60 | 124 | 55 |
| Binary | 11010001 | 10101010 | 10010 | 0 | 10011 | 1011011 | 10010 | 110000 | 1010100 | 101101 |
Color Harmonies of #D1AA12
Complementary color
Monochromatic Colors of #D1AA12
Black with #D1AA12
Text Example
Text Example
White with #D1AA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA12; }
p { color: rgb(209,170,18); }
H1.HeaderClassName
{
color: #D1AA12;
}
.AnyTagClassName
{
color: #D1AA12;
}
</style>
background-color css
<style>
a { background-color: #D1AA12; }
a { background-color: rgb(209,170,18); }
div.DivClassName
{
background-color: #D1AA12;
}
.BgClassName
{
background-color: #D1AA12;
}
</style>
border-color css
<style>
span { border-color: #D1AA12; }
span { border-color: rgb(209,170,18); }
td.TdClassName
{
border-color: #D1AA12;
}
.TagClassName
{
border-color: #D1AA12;
}
</style>