Shades of Galliano #D3A821
Tints of Galliano #D3A821
RGB
CMYK
RGB Variations
Color information
#D3A821 (or 0xD3A821) is known color: Galliano. HEX triplet: D3, A8 and 21. RGB value is (211,168,33). Sum of RGB (Red+Green+Blue) = 211+168+33=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A821 is #2C57DE. Grayscale: #A6A6A6. Windows color (decimal): -2906079 or 2205907. OLE color: 2205907.
HSL color Cylindrical-coordinate representation of color #D3A821: hue angle of 45.51º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3A821 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 33 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.17 |
| HSL | 45.51º | 0.73% | 0.48% | - |
| HSV(B) | 45.51º | 0.84% | 0.83% | - |
| XYZ | 41.14 | 41.96 | 7.37 | - |
| YUV | 165.47 | 53.25 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 33 | 0 | 0.20 | 0.84 | 0.17 | 45.51 | 0.73 | 0.48 |
| Hex | D3 | A8 | 21 | 0 | 14 | 54 | 11 | 2E | 49 | 30 |
| Octal | 323 | 250 | 41 | 0 | 24 | 124 | 21 | 56 | 111 | 60 |
| Binary | 11010011 | 10101000 | 100001 | 0 | 10100 | 1010100 | 10001 | 101110 | 1001001 | 110000 |
Color Harmonies of #D3A821
Complementary color
Monochromatic Colors of #D3A821
Black with #D3A821
Text Example
Text Example
White with #D3A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A821; }
p { color: rgb(211,168,33); }
H1.HeaderClassName
{
color: #D3A821;
}
.AnyTagClassName
{
color: #D3A821;
}
</style>
background-color css
<style>
a { background-color: #D3A821; }
a { background-color: rgb(211,168,33); }
div.DivClassName
{
background-color: #D3A821;
}
.BgClassName
{
background-color: #D3A821;
}
</style>
border-color css
<style>
span { border-color: #D3A821; }
span { border-color: rgb(211,168,33); }
td.TdClassName
{
border-color: #D3A821;
}
.TagClassName
{
border-color: #D3A821;
}
</style>