Shades of Galliano #D5A41D
Tints of Galliano #D5A41D
RGB
CMYK
RGB Variations
Color information
#D5A41D (or 0xD5A41D) is known color: Galliano. HEX triplet: D5, A4 and 1D. RGB value is (213,164,29). Sum of RGB (Red+Green+Blue) = 213+164+29=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A41D is #2A5BE2. Grayscale: #A3A3A3. Windows color (decimal): -2776035 or 1942741. OLE color: 1942741.
HSL color Cylindrical-coordinate representation of color #D5A41D: hue angle of 44.02º 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 #D5A41D is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 29 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.16 |
| HSL | 44.02º | 0.76% | 0.47% | - |
| HSV(B) | 44.02º | 0.86% | 0.84% | - |
| XYZ | 40.94 | 40.79 | 6.88 | - |
| YUV | 163.26 | 52.23 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 29 | 0 | 0.23 | 0.86 | 0.16 | 44.02 | 0.76 | 0.47 |
| Hex | D5 | A4 | 1D | 0 | 17 | 56 | 10 | 2C | 4C | 2F |
| Octal | 325 | 244 | 35 | 0 | 27 | 126 | 20 | 54 | 114 | 57 |
| Binary | 11010101 | 10100100 | 11101 | 0 | 10111 | 1010110 | 10000 | 101100 | 1001100 | 101111 |
Color Harmonies of #D5A41D
Complementary color
Monochromatic Colors of #D5A41D
Black with #D5A41D
Text Example
Text Example
White with #D5A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A41D; }
p { color: rgb(213,164,29); }
H1.HeaderClassName
{
color: #D5A41D;
}
.AnyTagClassName
{
color: #D5A41D;
}
</style>
background-color css
<style>
a { background-color: #D5A41D; }
a { background-color: rgb(213,164,29); }
div.DivClassName
{
background-color: #D5A41D;
}
.BgClassName
{
background-color: #D5A41D;
}
</style>
border-color css
<style>
span { border-color: #D5A41D; }
span { border-color: rgb(213,164,29); }
td.TdClassName
{
border-color: #D5A41D;
}
.TagClassName
{
border-color: #D5A41D;
}
</style>