Shades of Galliano #D4A21E
Tints of Galliano #D4A21E
RGB
CMYK
RGB Variations
Color information
#D4A21E (or 0xD4A21E) is known color: Galliano. HEX triplet: D4, A2 and 1E. RGB value is (212,162,30). Sum of RGB (Red+Green+Blue) = 212+162+30=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A21E is #2B5DE1. Grayscale: #A2A2A2. Windows color (decimal): -2842082 or 2007764. OLE color: 2007764.
HSL color Cylindrical-coordinate representation of color #D4A21E: hue angle of 43.52º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4A21E is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 30 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.17 |
| HSL | 43.52º | 0.75% | 0.47% | - |
| HSV(B) | 43.52º | 0.86% | 0.83% | - |
| XYZ | 40.31 | 39.93 | 6.81 | - |
| YUV | 161.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 30 | 0 | 0.24 | 0.86 | 0.17 | 43.52 | 0.75 | 0.47 |
| Hex | D4 | A2 | 1E | 0 | 18 | 56 | 11 | 2C | 4B | 2F |
| Octal | 324 | 242 | 36 | 0 | 30 | 126 | 21 | 54 | 113 | 57 |
| Binary | 11010100 | 10100010 | 11110 | 0 | 11000 | 1010110 | 10001 | 101100 | 1001011 | 101111 |
Color Harmonies of #D4A21E
Complementary color
Monochromatic Colors of #D4A21E
Black with #D4A21E
Text Example
Text Example
White with #D4A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A21E; }
p { color: rgb(212,162,30); }
H1.HeaderClassName
{
color: #D4A21E;
}
.AnyTagClassName
{
color: #D4A21E;
}
</style>
background-color css
<style>
a { background-color: #D4A21E; }
a { background-color: rgb(212,162,30); }
div.DivClassName
{
background-color: #D4A21E;
}
.BgClassName
{
background-color: #D4A21E;
}
</style>
border-color css
<style>
span { border-color: #D4A21E; }
span { border-color: rgb(212,162,30); }
td.TdClassName
{
border-color: #D4A21E;
}
.TagClassName
{
border-color: #D4A21E;
}
</style>