Shades of Galliano #D3A81C
Tints of Galliano #D3A81C
RGB
CMYK
RGB Variations
Color information
#D3A81C (or 0xD3A81C) is known color: Galliano. HEX triplet: D3, A8 and 1C. RGB value is (211,168,28). Sum of RGB (Red+Green+Blue) = 211+168+28=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A81C is #2C57E3. Grayscale: #A5A5A5. Windows color (decimal): -2906084 or 1878227. OLE color: 1878227.
HSL color Cylindrical-coordinate representation of color #D3A81C: hue angle of 45.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3A81C is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 28 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.17 |
| HSL | 45.9º | 0.77% | 0.47% | - |
| HSV(B) | 45.9º | 0.87% | 0.83% | - |
| XYZ | 41.08 | 41.94 | 7.03 | - |
| YUV | 164.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 28 | 0 | 0.20 | 0.87 | 0.17 | 45.9 | 0.77 | 0.47 |
| Hex | D3 | A8 | 1C | 0 | 14 | 57 | 11 | 2E | 4D | 2F |
| Octal | 323 | 250 | 34 | 0 | 24 | 127 | 21 | 56 | 115 | 57 |
| Binary | 11010011 | 10101000 | 11100 | 0 | 10100 | 1010111 | 10001 | 101110 | 1001101 | 101111 |
Color Harmonies of #D3A81C
Complementary color
Monochromatic Colors of #D3A81C
Black with #D3A81C
Text Example
Text Example
White with #D3A81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A81C; }
p { color: rgb(211,168,28); }
H1.HeaderClassName
{
color: #D3A81C;
}
.AnyTagClassName
{
color: #D3A81C;
}
</style>
background-color css
<style>
a { background-color: #D3A81C; }
a { background-color: rgb(211,168,28); }
div.DivClassName
{
background-color: #D3A81C;
}
.BgClassName
{
background-color: #D3A81C;
}
</style>
border-color css
<style>
span { border-color: #D3A81C; }
span { border-color: rgb(211,168,28); }
td.TdClassName
{
border-color: #D3A81C;
}
.TagClassName
{
border-color: #D3A81C;
}
</style>