Shades of Galliano #D3A72E
Tints of Galliano #D3A72E
RGB
CMYK
RGB Variations
Color information
#D3A72E (or 0xD3A72E) is known color: Galliano. HEX triplet: D3, A7 and 2E. RGB value is (211,167,46). Sum of RGB (Red+Green+Blue) = 211+167+46=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A72E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A72E is #2C58D1. Grayscale: #A6A6A6. Windows color (decimal): -2906322 or 3057619. OLE color: 3057619.
HSL color Cylindrical-coordinate representation of color #D3A72E: hue angle of 44º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3A72E is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 167 | 46 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.17 |
| HSL | 44º | 0.65% | 0.5% | - |
| HSV(B) | 44º | 0.78% | 0.83% | - |
| XYZ | 41.18 | 41.68 | 8.46 | - |
| YUV | 166.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 46 | 0 | 0.21 | 0.78 | 0.17 | 44 | 0.65 | 0.5 |
| Hex | D3 | A7 | 2E | 0 | 15 | 4E | 11 | 2C | 41 | 32 |
| Octal | 323 | 247 | 56 | 0 | 25 | 116 | 21 | 54 | 101 | 62 |
| Binary | 11010011 | 10100111 | 101110 | 0 | 10101 | 1001110 | 10001 | 101100 | 1000001 | 110010 |
Color Harmonies of #D3A72E
Complementary color
Monochromatic Colors of #D3A72E
Black with #D3A72E
Text Example
Text Example
White with #D3A72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A72E; }
p { color: rgb(211,167,46); }
H1.HeaderClassName
{
color: #D3A72E;
}
.AnyTagClassName
{
color: #D3A72E;
}
</style>
background-color css
<style>
a { background-color: #D3A72E; }
a { background-color: rgb(211,167,46); }
div.DivClassName
{
background-color: #D3A72E;
}
.BgClassName
{
background-color: #D3A72E;
}
</style>
border-color css
<style>
span { border-color: #D3A72E; }
span { border-color: rgb(211,167,46); }
td.TdClassName
{
border-color: #D3A72E;
}
.TagClassName
{
border-color: #D3A72E;
}
</style>