Shades of Galliano #D2A715
Tints of Galliano #D2A715
RGB
CMYK
RGB Variations
Color information
#D2A715 (or 0xD2A715) is known color: Galliano. HEX triplet: D2, A7 and 15. RGB value is (210,167,21). Sum of RGB (Red+Green+Blue) = 210+167+21=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A715 is #2D58EA. Grayscale: #A3A3A3. Windows color (decimal): -2971883 or 1419218. OLE color: 1419218.
HSL color Cylindrical-coordinate representation of color #D2A715: hue angle of 46.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2A715 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 21 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.18 |
| HSL | 46.35º | 0.82% | 0.45% | - |
| HSV(B) | 46.35º | 0.9% | 0.82% | - |
| XYZ | 40.53 | 41.39 | 6.56 | - |
| YUV | 163.21 | 47.75 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 21 | 0 | 0.20 | 0.90 | 0.18 | 46.35 | 0.82 | 0.45 |
| Hex | D2 | A7 | 15 | 0 | 14 | 5A | 12 | 2E | 52 | 2D |
| Octal | 322 | 247 | 25 | 0 | 24 | 132 | 22 | 56 | 122 | 55 |
| Binary | 11010010 | 10100111 | 10101 | 0 | 10100 | 1011010 | 10010 | 101110 | 1010010 | 101101 |
Color Harmonies of #D2A715
Complementary color
Monochromatic Colors of #D2A715
Black with #D2A715
Text Example
Text Example
White with #D2A715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A715; }
p { color: rgb(210,167,21); }
H1.HeaderClassName
{
color: #D2A715;
}
.AnyTagClassName
{
color: #D2A715;
}
</style>
background-color css
<style>
a { background-color: #D2A715; }
a { background-color: rgb(210,167,21); }
div.DivClassName
{
background-color: #D2A715;
}
.BgClassName
{
background-color: #D2A715;
}
</style>
border-color css
<style>
span { border-color: #D2A715; }
span { border-color: rgb(210,167,21); }
td.TdClassName
{
border-color: #D2A715;
}
.TagClassName
{
border-color: #D2A715;
}
</style>