Shades of Galliano #D1A81C
Tints of Galliano #D1A81C
RGB
CMYK
RGB Variations
Color information
#D1A81C (or 0xD1A81C) is known color: Galliano. HEX triplet: D1, A8 and 1C. RGB value is (209,168,28). Sum of RGB (Red+Green+Blue) = 209+168+28=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A81C is #2E57E3. Grayscale: #A4A4A4. Windows color (decimal): -3037156 or 1878225. OLE color: 1878225.
HSL color Cylindrical-coordinate representation of color #D1A81C: hue angle of 46.41º 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 #D1A81C is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 28 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.18 |
| HSL | 46.41º | 0.76% | 0.46% | - |
| HSV(B) | 46.41º | 0.87% | 0.82% | - |
| XYZ | 40.51 | 41.64 | 7 | - |
| YUV | 164.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 28 | 0 | 0.20 | 0.87 | 0.18 | 46.41 | 0.76 | 0.46 |
| Hex | D1 | A8 | 1C | 0 | 14 | 57 | 12 | 2E | 4C | 2E |
| Octal | 321 | 250 | 34 | 0 | 24 | 127 | 22 | 56 | 114 | 56 |
| Binary | 11010001 | 10101000 | 11100 | 0 | 10100 | 1010111 | 10010 | 101110 | 1001100 | 101110 |
Color Harmonies of #D1A81C
Complementary color
Monochromatic Colors of #D1A81C
Black with #D1A81C
Text Example
Text Example
White with #D1A81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A81C; }
p { color: rgb(209,168,28); }
H1.HeaderClassName
{
color: #D1A81C;
}
.AnyTagClassName
{
color: #D1A81C;
}
</style>
background-color css
<style>
a { background-color: #D1A81C; }
a { background-color: rgb(209,168,28); }
div.DivClassName
{
background-color: #D1A81C;
}
.BgClassName
{
background-color: #D1A81C;
}
</style>
border-color css
<style>
span { border-color: #D1A81C; }
span { border-color: rgb(209,168,28); }
td.TdClassName
{
border-color: #D1A81C;
}
.TagClassName
{
border-color: #D1A81C;
}
</style>