Shades of Galliano #D0AA1C
Tints of Galliano #D0AA1C
RGB
CMYK
RGB Variations
Color information
#D0AA1C (or 0xD0AA1C) is known color: Galliano. HEX triplet: D0, AA and 1C. RGB value is (208,170,28). Sum of RGB (Red+Green+Blue) = 208+170+28=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA1C is #2F55E3. Grayscale: #A5A5A5. Windows color (decimal): -3102180 or 1878736. OLE color: 1878736.
HSL color Cylindrical-coordinate representation of color #D0AA1C: hue angle of 47.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0AA1C is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 28 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.18 |
| HSL | 47.33º | 0.76% | 0.46% | - |
| HSV(B) | 47.33º | 0.87% | 0.82% | - |
| XYZ | 40.6 | 42.24 | 7.11 | - |
| YUV | 165.17 | 50.59 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 28 | 0 | 0.18 | 0.87 | 0.18 | 47.33 | 0.76 | 0.46 |
| Hex | D0 | AA | 1C | 0 | 12 | 57 | 12 | 2F | 4C | 2E |
| Octal | 320 | 252 | 34 | 0 | 22 | 127 | 22 | 57 | 114 | 56 |
| Binary | 11010000 | 10101010 | 11100 | 0 | 10010 | 1010111 | 10010 | 101111 | 1001100 | 101110 |
Color Harmonies of #D0AA1C
Complementary color
Monochromatic Colors of #D0AA1C
Black with #D0AA1C
Text Example
Text Example
White with #D0AA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA1C; }
p { color: rgb(208,170,28); }
H1.HeaderClassName
{
color: #D0AA1C;
}
.AnyTagClassName
{
color: #D0AA1C;
}
</style>
background-color css
<style>
a { background-color: #D0AA1C; }
a { background-color: rgb(208,170,28); }
div.DivClassName
{
background-color: #D0AA1C;
}
.BgClassName
{
background-color: #D0AA1C;
}
</style>
border-color css
<style>
span { border-color: #D0AA1C; }
span { border-color: rgb(208,170,28); }
td.TdClassName
{
border-color: #D0AA1C;
}
.TagClassName
{
border-color: #D0AA1C;
}
</style>