Shades of Galliano #D2AC21
Tints of Galliano #D2AC21
RGB
CMYK
RGB Variations
Color information
#D2AC21 (or 0xD2AC21) is known color: Galliano. HEX triplet: D2, AC and 21. RGB value is (210,172,33). Sum of RGB (Red+Green+Blue) = 210+172+33=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AC21 is #2D53DE. Grayscale: #A8A8A8. Windows color (decimal): -2970591 or 2206930. OLE color: 2206930.
HSL color Cylindrical-coordinate representation of color #D2AC21: hue angle of 47.12º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2AC21 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 33 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.18 |
| HSL | 47.12º | 0.73% | 0.48% | - |
| HSV(B) | 47.12º | 0.84% | 0.82% | - |
| XYZ | 41.61 | 43.32 | 7.61 | - |
| YUV | 167.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 33 | 0 | 0.18 | 0.84 | 0.18 | 47.12 | 0.73 | 0.48 |
| Hex | D2 | AC | 21 | 0 | 12 | 54 | 12 | 2F | 49 | 30 |
| Octal | 322 | 254 | 41 | 0 | 22 | 124 | 22 | 57 | 111 | 60 |
| Binary | 11010010 | 10101100 | 100001 | 0 | 10010 | 1010100 | 10010 | 101111 | 1001001 | 110000 |
Color Harmonies of #D2AC21
Complementary color
Monochromatic Colors of #D2AC21
Black with #D2AC21
Text Example
Text Example
White with #D2AC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC21; }
p { color: rgb(210,172,33); }
H1.HeaderClassName
{
color: #D2AC21;
}
.AnyTagClassName
{
color: #D2AC21;
}
</style>
background-color css
<style>
a { background-color: #D2AC21; }
a { background-color: rgb(210,172,33); }
div.DivClassName
{
background-color: #D2AC21;
}
.BgClassName
{
background-color: #D2AC21;
}
</style>
border-color css
<style>
span { border-color: #D2AC21; }
span { border-color: rgb(210,172,33); }
td.TdClassName
{
border-color: #D2AC21;
}
.TagClassName
{
border-color: #D2AC21;
}
</style>