Shades of Galliano #D5A01D
Tints of Galliano #D5A01D
RGB
CMYK
RGB Variations
Color information
#D5A01D (or 0xD5A01D) is known color: Galliano. HEX triplet: D5, A0 and 1D. RGB value is (213,160,29). Sum of RGB (Red+Green+Blue) = 213+160+29=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A01D is #2A5FE2. Grayscale: #A1A1A1. Windows color (decimal): -2777059 or 1941717. OLE color: 1941717.
HSL color Cylindrical-coordinate representation of color #D5A01D: hue angle of 42.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5A01D is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 29 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.16 |
| HSL | 42.72º | 0.76% | 0.47% | - |
| HSV(B) | 42.72º | 0.86% | 0.84% | - |
| XYZ | 40.23 | 39.38 | 6.64 | - |
| YUV | 160.91 | 53.56 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 29 | 0 | 0.25 | 0.86 | 0.16 | 42.72 | 0.76 | 0.47 |
| Hex | D5 | A0 | 1D | 0 | 19 | 56 | 10 | 2B | 4C | 2F |
| Octal | 325 | 240 | 35 | 0 | 31 | 126 | 20 | 53 | 114 | 57 |
| Binary | 11010101 | 10100000 | 11101 | 0 | 11001 | 1010110 | 10000 | 101011 | 1001100 | 101111 |
Color Harmonies of #D5A01D
Complementary color
Monochromatic Colors of #D5A01D
Black with #D5A01D
Text Example
Text Example
White with #D5A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A01D; }
p { color: rgb(213,160,29); }
H1.HeaderClassName
{
color: #D5A01D;
}
.AnyTagClassName
{
color: #D5A01D;
}
</style>
background-color css
<style>
a { background-color: #D5A01D; }
a { background-color: rgb(213,160,29); }
div.DivClassName
{
background-color: #D5A01D;
}
.BgClassName
{
background-color: #D5A01D;
}
</style>
border-color css
<style>
span { border-color: #D5A01D; }
span { border-color: rgb(213,160,29); }
td.TdClassName
{
border-color: #D5A01D;
}
.TagClassName
{
border-color: #D5A01D;
}
</style>