Shades of Galliano #D3AD13
Tints of Galliano #D3AD13
RGB
CMYK
RGB Variations
Color information
#D3AD13 (or 0xD3AD13) is known color: Galliano. HEX triplet: D3, AD and 13. RGB value is (211,173,19). Sum of RGB (Red+Green+Blue) = 211+173+19=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AD13 is #2C52EC. Grayscale: #A7A7A7. Windows color (decimal): -2904813 or 1289683. OLE color: 1289683.
HSL color Cylindrical-coordinate representation of color #D3AD13: hue angle of 48.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3AD13 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 19 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.17 |
| HSL | 48.13º | 0.83% | 0.45% | - |
| HSV(B) | 48.13º | 0.91% | 0.83% | - |
| XYZ | 41.93 | 43.78 | 6.86 | - |
| YUV | 166.81 | 44.59 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 19 | 0 | 0.18 | 0.91 | 0.17 | 48.13 | 0.83 | 0.45 |
| Hex | D3 | AD | 13 | 0 | 12 | 5B | 11 | 30 | 53 | 2D |
| Octal | 323 | 255 | 23 | 0 | 22 | 133 | 21 | 60 | 123 | 55 |
| Binary | 11010011 | 10101101 | 10011 | 0 | 10010 | 1011011 | 10001 | 110000 | 1010011 | 101101 |
Color Harmonies of #D3AD13
Complementary color
Monochromatic Colors of #D3AD13
Black with #D3AD13
Text Example
Text Example
White with #D3AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD13; }
p { color: rgb(211,173,19); }
H1.HeaderClassName
{
color: #D3AD13;
}
.AnyTagClassName
{
color: #D3AD13;
}
</style>
background-color css
<style>
a { background-color: #D3AD13; }
a { background-color: rgb(211,173,19); }
div.DivClassName
{
background-color: #D3AD13;
}
.BgClassName
{
background-color: #D3AD13;
}
</style>
border-color css
<style>
span { border-color: #D3AD13; }
span { border-color: rgb(211,173,19); }
td.TdClassName
{
border-color: #D3AD13;
}
.TagClassName
{
border-color: #D3AD13;
}
</style>