Shades of Galliano #D4A926
Tints of Galliano #D4A926
RGB
CMYK
RGB Variations
Color information
#D4A926 (or 0xD4A926) is known color: Galliano. HEX triplet: D4, A9 and 26. RGB value is (212,169,38). Sum of RGB (Red+Green+Blue) = 212+169+38=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A926 is #2B56D9. Grayscale: #A7A7A7. Windows color (decimal): -2840282 or 2533844. OLE color: 2533844.
HSL color Cylindrical-coordinate representation of color #D4A926: hue angle of 45.17º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4A926 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 38 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.17 |
| HSL | 45.17º | 0.7% | 0.49% | - |
| HSV(B) | 45.17º | 0.82% | 0.83% | - |
| XYZ | 41.69 | 42.51 | 7.84 | - |
| YUV | 166.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 38 | 0 | 0.20 | 0.82 | 0.17 | 45.17 | 0.7 | 0.49 |
| Hex | D4 | A9 | 26 | 0 | 14 | 52 | 11 | 2D | 46 | 31 |
| Octal | 324 | 251 | 46 | 0 | 24 | 122 | 21 | 55 | 106 | 61 |
| Binary | 11010100 | 10101001 | 100110 | 0 | 10100 | 1010010 | 10001 | 101101 | 1000110 | 110001 |
Color Harmonies of #D4A926
Complementary color
Monochromatic Colors of #D4A926
Black with #D4A926
Text Example
Text Example
White with #D4A926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A926; }
p { color: rgb(212,169,38); }
H1.HeaderClassName
{
color: #D4A926;
}
.AnyTagClassName
{
color: #D4A926;
}
</style>
background-color css
<style>
a { background-color: #D4A926; }
a { background-color: rgb(212,169,38); }
div.DivClassName
{
background-color: #D4A926;
}
.BgClassName
{
background-color: #D4A926;
}
</style>
border-color css
<style>
span { border-color: #D4A926; }
span { border-color: rgb(212,169,38); }
td.TdClassName
{
border-color: #D4A926;
}
.TagClassName
{
border-color: #D4A926;
}
</style>