Shades of Galliano #D4A22C
Tints of Galliano #D4A22C
RGB
CMYK
RGB Variations
Color information
#D4A22C (or 0xD4A22C) is known color: Galliano. HEX triplet: D4, A2 and 2C. RGB value is (212,162,44). Sum of RGB (Red+Green+Blue) = 212+162+44=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A22C is #2B5DD3. Grayscale: #A4A4A4. Windows color (decimal): -2842068 or 2925268. OLE color: 2925268.
HSL color Cylindrical-coordinate representation of color #D4A22C: hue angle of 42.14º 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 #D4A22C is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 44 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.17 |
| HSL | 42.14º | 0.66% | 0.5% | - |
| HSV(B) | 42.14º | 0.79% | 0.83% | - |
| XYZ | 40.53 | 40.02 | 7.97 | - |
| YUV | 163.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 44 | 0 | 0.24 | 0.79 | 0.17 | 42.14 | 0.66 | 0.5 |
| Hex | D4 | A2 | 2C | 0 | 18 | 4F | 11 | 2A | 42 | 32 |
| Octal | 324 | 242 | 54 | 0 | 30 | 117 | 21 | 52 | 102 | 62 |
| Binary | 11010100 | 10100010 | 101100 | 0 | 11000 | 1001111 | 10001 | 101010 | 1000010 | 110010 |
Color Harmonies of #D4A22C
Complementary color
Monochromatic Colors of #D4A22C
Black with #D4A22C
Text Example
Text Example
White with #D4A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A22C; }
p { color: rgb(212,162,44); }
H1.HeaderClassName
{
color: #D4A22C;
}
.AnyTagClassName
{
color: #D4A22C;
}
</style>
background-color css
<style>
a { background-color: #D4A22C; }
a { background-color: rgb(212,162,44); }
div.DivClassName
{
background-color: #D4A22C;
}
.BgClassName
{
background-color: #D4A22C;
}
</style>
border-color css
<style>
span { border-color: #D4A22C; }
span { border-color: rgb(212,162,44); }
td.TdClassName
{
border-color: #D4A22C;
}
.TagClassName
{
border-color: #D4A22C;
}
</style>