Shades of Galliano #D4A22E
Tints of Galliano #D4A22E
RGB
CMYK
RGB Variations
Color information
#D4A22E (or 0xD4A22E) is known color: Galliano. HEX triplet: D4, A2 and 2E. RGB value is (212,162,46). Sum of RGB (Red+Green+Blue) = 212+162+46=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A22E is #2B5DD1. Grayscale: #A4A4A4. Windows color (decimal): -2842066 or 3056340. OLE color: 3056340.
HSL color Cylindrical-coordinate representation of color #D4A22E: hue angle of 41.93º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4A22E is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 46 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.17 |
| HSL | 41.93º | 0.66% | 0.51% | - |
| HSV(B) | 41.93º | 0.78% | 0.83% | - |
| XYZ | 40.56 | 40.03 | 8.17 | - |
| YUV | 163.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 46 | 0 | 0.24 | 0.78 | 0.17 | 41.93 | 0.66 | 0.51 |
| Hex | D4 | A2 | 2E | 0 | 18 | 4E | 11 | 2A | 42 | 33 |
| Octal | 324 | 242 | 56 | 0 | 30 | 116 | 21 | 52 | 102 | 63 |
| Binary | 11010100 | 10100010 | 101110 | 0 | 11000 | 1001110 | 10001 | 101010 | 1000010 | 110011 |
Color Harmonies of #D4A22E
Complementary color
Monochromatic Colors of #D4A22E
Black with #D4A22E
Text Example
Text Example
White with #D4A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A22E; }
p { color: rgb(212,162,46); }
H1.HeaderClassName
{
color: #D4A22E;
}
.AnyTagClassName
{
color: #D4A22E;
}
</style>
background-color css
<style>
a { background-color: #D4A22E; }
a { background-color: rgb(212,162,46); }
div.DivClassName
{
background-color: #D4A22E;
}
.BgClassName
{
background-color: #D4A22E;
}
</style>
border-color css
<style>
span { border-color: #D4A22E; }
span { border-color: rgb(212,162,46); }
td.TdClassName
{
border-color: #D4A22E;
}
.TagClassName
{
border-color: #D4A22E;
}
</style>