Shades of Galliano #D4A01E
Tints of Galliano #D4A01E
RGB
CMYK
RGB Variations
Color information
#D4A01E (or 0xD4A01E) is known color: Galliano. HEX triplet: D4, A0 and 1E. RGB value is (212,160,30). Sum of RGB (Red+Green+Blue) = 212+160+30=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A01E is #2B5FE1. Grayscale: #A1A1A1. Windows color (decimal): -2842594 or 2007252. OLE color: 2007252.
HSL color Cylindrical-coordinate representation of color #D4A01E: hue angle of 42.86º 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 #D4A01E is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 30 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.17 |
| HSL | 42.86º | 0.75% | 0.47% | - |
| HSV(B) | 42.86º | 0.86% | 0.83% | - |
| XYZ | 39.96 | 39.23 | 6.69 | - |
| YUV | 160.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 30 | 0 | 0.25 | 0.86 | 0.17 | 42.86 | 0.75 | 0.47 |
| Hex | D4 | A0 | 1E | 0 | 19 | 56 | 11 | 2B | 4B | 2F |
| Octal | 324 | 240 | 36 | 0 | 31 | 126 | 21 | 53 | 113 | 57 |
| Binary | 11010100 | 10100000 | 11110 | 0 | 11001 | 1010110 | 10001 | 101011 | 1001011 | 101111 |
Color Harmonies of #D4A01E
Complementary color
Monochromatic Colors of #D4A01E
Black with #D4A01E
Text Example
Text Example
White with #D4A01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A01E; }
p { color: rgb(212,160,30); }
H1.HeaderClassName
{
color: #D4A01E;
}
.AnyTagClassName
{
color: #D4A01E;
}
</style>
background-color css
<style>
a { background-color: #D4A01E; }
a { background-color: rgb(212,160,30); }
div.DivClassName
{
background-color: #D4A01E;
}
.BgClassName
{
background-color: #D4A01E;
}
</style>
border-color css
<style>
span { border-color: #D4A01E; }
span { border-color: rgb(212,160,30); }
td.TdClassName
{
border-color: #D4A01E;
}
.TagClassName
{
border-color: #D4A01E;
}
</style>