Shades of Galliano #D2AC13
Tints of Galliano #D2AC13
RGB
CMYK
RGB Variations
Color information
#D2AC13 (or 0xD2AC13) is known color: Galliano. HEX triplet: D2, AC and 13. RGB value is (210,172,19). Sum of RGB (Red+Green+Blue) = 210+172+19=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AC13 is #2D53EC. Grayscale: #A6A6A6. Windows color (decimal): -2970605 or 1289426. OLE color: 1289426.
HSL color Cylindrical-coordinate representation of color #D2AC13: hue angle of 48.06º 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 #D2AC13 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 19 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.18 |
| HSL | 48.06º | 0.83% | 0.45% | - |
| HSV(B) | 48.06º | 0.91% | 0.82% | - |
| XYZ | 41.45 | 43.25 | 6.78 | - |
| YUV | 165.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 19 | 0 | 0.18 | 0.91 | 0.18 | 48.06 | 0.83 | 0.45 |
| Hex | D2 | AC | 13 | 0 | 12 | 5B | 12 | 30 | 53 | 2D |
| Octal | 322 | 254 | 23 | 0 | 22 | 133 | 22 | 60 | 123 | 55 |
| Binary | 11010010 | 10101100 | 10011 | 0 | 10010 | 1011011 | 10010 | 110000 | 1010011 | 101101 |
Color Harmonies of #D2AC13
Complementary color
Monochromatic Colors of #D2AC13
Black with #D2AC13
Text Example
Text Example
White with #D2AC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC13; }
p { color: rgb(210,172,19); }
H1.HeaderClassName
{
color: #D2AC13;
}
.AnyTagClassName
{
color: #D2AC13;
}
</style>
background-color css
<style>
a { background-color: #D2AC13; }
a { background-color: rgb(210,172,19); }
div.DivClassName
{
background-color: #D2AC13;
}
.BgClassName
{
background-color: #D2AC13;
}
</style>
border-color css
<style>
span { border-color: #D2AC13; }
span { border-color: rgb(210,172,19); }
td.TdClassName
{
border-color: #D2AC13;
}
.TagClassName
{
border-color: #D2AC13;
}
</style>