Shades of Galliano #D3A12F
Tints of Galliano #D3A12F
RGB
CMYK
RGB Variations
Color information
#D3A12F (or 0xD3A12F) is known color: Galliano. HEX triplet: D3, A1 and 2F. RGB value is (211,161,47). Sum of RGB (Red+Green+Blue) = 211+161+47=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A12F is #2C5ED0. Grayscale: #A3A3A3. Windows color (decimal): -2907857 or 3121619. OLE color: 3121619.
HSL color Cylindrical-coordinate representation of color #D3A12F: hue angle of 41.71º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3A12F is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 47 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.17 |
| HSL | 41.71º | 0.65% | 0.51% | - |
| HSV(B) | 41.71º | 0.78% | 0.83% | - |
| XYZ | 40.12 | 39.54 | 8.21 | - |
| YUV | 162.95 | 62.57 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 47 | 0 | 0.24 | 0.78 | 0.17 | 41.71 | 0.65 | 0.51 |
| Hex | D3 | A1 | 2F | 0 | 18 | 4E | 11 | 2A | 41 | 33 |
| Octal | 323 | 241 | 57 | 0 | 30 | 116 | 21 | 52 | 101 | 63 |
| Binary | 11010011 | 10100001 | 101111 | 0 | 11000 | 1001110 | 10001 | 101010 | 1000001 | 110011 |
Color Harmonies of #D3A12F
Complementary color
Monochromatic Colors of #D3A12F
Black with #D3A12F
Text Example
Text Example
White with #D3A12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A12F; }
p { color: rgb(211,161,47); }
H1.HeaderClassName
{
color: #D3A12F;
}
.AnyTagClassName
{
color: #D3A12F;
}
</style>
background-color css
<style>
a { background-color: #D3A12F; }
a { background-color: rgb(211,161,47); }
div.DivClassName
{
background-color: #D3A12F;
}
.BgClassName
{
background-color: #D3A12F;
}
</style>
border-color css
<style>
span { border-color: #D3A12F; }
span { border-color: rgb(211,161,47); }
td.TdClassName
{
border-color: #D3A12F;
}
.TagClassName
{
border-color: #D3A12F;
}
</style>