Shades of Galliano #D5A41B
Tints of Galliano #D5A41B
RGB
CMYK
RGB Variations
Color information
#D5A41B (or 0xD5A41B) is known color: Galliano. HEX triplet: D5, A4 and 1B. RGB value is (213,164,27). Sum of RGB (Red+Green+Blue) = 213+164+27=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A41B is #2A5BE4. Grayscale: #A3A3A3. Windows color (decimal): -2776037 or 1811669. OLE color: 1811669.
HSL color Cylindrical-coordinate representation of color #D5A41B: hue angle of 44.19º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5A41B is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 27 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.16 |
| HSL | 44.19º | 0.78% | 0.47% | - |
| HSV(B) | 44.19º | 0.87% | 0.84% | - |
| XYZ | 40.91 | 40.78 | 6.75 | - |
| YUV | 163.03 | 51.23 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 27 | 0 | 0.23 | 0.87 | 0.16 | 44.19 | 0.78 | 0.47 |
| Hex | D5 | A4 | 1B | 0 | 17 | 57 | 10 | 2C | 4E | 2F |
| Octal | 325 | 244 | 33 | 0 | 27 | 127 | 20 | 54 | 116 | 57 |
| Binary | 11010101 | 10100100 | 11011 | 0 | 10111 | 1010111 | 10000 | 101100 | 1001110 | 101111 |
Color Harmonies of #D5A41B
Complementary color
Monochromatic Colors of #D5A41B
Black with #D5A41B
Text Example
Text Example
White with #D5A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A41B; }
p { color: rgb(213,164,27); }
H1.HeaderClassName
{
color: #D5A41B;
}
.AnyTagClassName
{
color: #D5A41B;
}
</style>
background-color css
<style>
a { background-color: #D5A41B; }
a { background-color: rgb(213,164,27); }
div.DivClassName
{
background-color: #D5A41B;
}
.BgClassName
{
background-color: #D5A41B;
}
</style>
border-color css
<style>
span { border-color: #D5A41B; }
span { border-color: rgb(213,164,27); }
td.TdClassName
{
border-color: #D5A41B;
}
.TagClassName
{
border-color: #D5A41B;
}
</style>