Shades of Galliano #D4A22D
Tints of Galliano #D4A22D
RGB
CMYK
RGB Variations
Color information
#D4A22D (or 0xD4A22D) is known color: Galliano. HEX triplet: D4, A2 and 2D. RGB value is (212,162,45). Sum of RGB (Red+Green+Blue) = 212+162+45=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A22D is #2B5DD2. Grayscale: #A4A4A4. Windows color (decimal): -2842067 or 2990804. OLE color: 2990804.
HSL color Cylindrical-coordinate representation of color #D4A22D: hue angle of 42.04º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4A22D is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 45 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.17 |
| HSL | 42.04º | 0.66% | 0.5% | - |
| HSV(B) | 42.04º | 0.79% | 0.83% | - |
| XYZ | 40.55 | 40.03 | 8.07 | - |
| YUV | 163.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 45 | 0 | 0.24 | 0.79 | 0.17 | 42.04 | 0.66 | 0.5 |
| Hex | D4 | A2 | 2D | 0 | 18 | 4F | 11 | 2A | 42 | 32 |
| Octal | 324 | 242 | 55 | 0 | 30 | 117 | 21 | 52 | 102 | 62 |
| Binary | 11010100 | 10100010 | 101101 | 0 | 11000 | 1001111 | 10001 | 101010 | 1000010 | 110010 |
Color Harmonies of #D4A22D
Complementary color
Monochromatic Colors of #D4A22D
Black with #D4A22D
Text Example
Text Example
White with #D4A22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A22D; }
p { color: rgb(212,162,45); }
H1.HeaderClassName
{
color: #D4A22D;
}
.AnyTagClassName
{
color: #D4A22D;
}
</style>
background-color css
<style>
a { background-color: #D4A22D; }
a { background-color: rgb(212,162,45); }
div.DivClassName
{
background-color: #D4A22D;
}
.BgClassName
{
background-color: #D4A22D;
}
</style>
border-color css
<style>
span { border-color: #D4A22D; }
span { border-color: rgb(212,162,45); }
td.TdClassName
{
border-color: #D4A22D;
}
.TagClassName
{
border-color: #D4A22D;
}
</style>