Shades of Galliano #D1A813
Tints of Galliano #D1A813
RGB
CMYK
RGB Variations
Color information
#D1A813 (or 0xD1A813) is known color: Galliano. HEX triplet: D1, A8 and 13. RGB value is (209,168,19). Sum of RGB (Red+Green+Blue) = 209+168+19=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A813 is #2E57EC. Grayscale: #A3A3A3. Windows color (decimal): -3037165 or 1288401. OLE color: 1288401.
HSL color Cylindrical-coordinate representation of color #D1A813: hue angle of 47.05º degrees, saturation: 0.83, 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 #D1A813 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 19 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.18 |
| HSL | 47.05º | 0.83% | 0.45% | - |
| HSV(B) | 47.05º | 0.91% | 0.82% | - |
| XYZ | 40.41 | 41.61 | 6.52 | - |
| YUV | 163.27 | 46.58 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 19 | 0 | 0.20 | 0.91 | 0.18 | 47.05 | 0.83 | 0.45 |
| Hex | D1 | A8 | 13 | 0 | 14 | 5B | 12 | 2F | 53 | 2D |
| Octal | 321 | 250 | 23 | 0 | 24 | 133 | 22 | 57 | 123 | 55 |
| Binary | 11010001 | 10101000 | 10011 | 0 | 10100 | 1011011 | 10010 | 101111 | 1010011 | 101101 |
Color Harmonies of #D1A813
Complementary color
Monochromatic Colors of #D1A813
Black with #D1A813
Text Example
Text Example
White with #D1A813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A813; }
p { color: rgb(209,168,19); }
H1.HeaderClassName
{
color: #D1A813;
}
.AnyTagClassName
{
color: #D1A813;
}
</style>
background-color css
<style>
a { background-color: #D1A813; }
a { background-color: rgb(209,168,19); }
div.DivClassName
{
background-color: #D1A813;
}
.BgClassName
{
background-color: #D1A813;
}
</style>
border-color css
<style>
span { border-color: #D1A813; }
span { border-color: rgb(209,168,19); }
td.TdClassName
{
border-color: #D1A813;
}
.TagClassName
{
border-color: #D1A813;
}
</style>