Shades of Galliano #D4A319
Tints of Galliano #D4A319
RGB
CMYK
RGB Variations
Color information
#D4A319 (or 0xD4A319) is known color: Galliano. HEX triplet: D4, A3 and 19. RGB value is (212,163,25). Sum of RGB (Red+Green+Blue) = 212+163+25=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A319 is #2B5CE6. Grayscale: #A2A2A2. Windows color (decimal): -2841831 or 1680340. OLE color: 1680340.
HSL color Cylindrical-coordinate representation of color #D4A319: hue angle of 44.28º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4A319 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 25 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.17 |
| HSL | 44.28º | 0.79% | 0.46% | - |
| HSV(B) | 44.28º | 0.88% | 0.83% | - |
| XYZ | 40.42 | 40.26 | 6.56 | - |
| YUV | 161.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 25 | 0 | 0.23 | 0.88 | 0.17 | 44.28 | 0.79 | 0.46 |
| Hex | D4 | A3 | 19 | 0 | 17 | 58 | 11 | 2C | 4F | 2E |
| Octal | 324 | 243 | 31 | 0 | 27 | 130 | 21 | 54 | 117 | 56 |
| Binary | 11010100 | 10100011 | 11001 | 0 | 10111 | 1011000 | 10001 | 101100 | 1001111 | 101110 |
Color Harmonies of #D4A319
Complementary color
Monochromatic Colors of #D4A319
Black with #D4A319
Text Example
Text Example
White with #D4A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A319; }
p { color: rgb(212,163,25); }
H1.HeaderClassName
{
color: #D4A319;
}
.AnyTagClassName
{
color: #D4A319;
}
</style>
background-color css
<style>
a { background-color: #D4A319; }
a { background-color: rgb(212,163,25); }
div.DivClassName
{
background-color: #D4A319;
}
.BgClassName
{
background-color: #D4A319;
}
</style>
border-color css
<style>
span { border-color: #D4A319; }
span { border-color: rgb(212,163,25); }
td.TdClassName
{
border-color: #D4A319;
}
.TagClassName
{
border-color: #D4A319;
}
</style>