Shades of Galliano #D4A826
Tints of Galliano #D4A826
RGB
CMYK
RGB Variations
Color information
#D4A826 (or 0xD4A826) is known color: Galliano. HEX triplet: D4, A8 and 26. RGB value is (212,168,38). Sum of RGB (Red+Green+Blue) = 212+168+38=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A826 is #2B57D9. Grayscale: #A6A6A6. Windows color (decimal): -2840538 or 2533588. OLE color: 2533588.
HSL color Cylindrical-coordinate representation of color #D4A826: hue angle of 44.83º 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 #D4A826 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 38 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.17 |
| HSL | 44.83º | 0.7% | 0.49% | - |
| HSV(B) | 44.83º | 0.82% | 0.83% | - |
| XYZ | 41.5 | 42.14 | 7.78 | - |
| YUV | 166.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 38 | 0 | 0.21 | 0.82 | 0.17 | 44.83 | 0.7 | 0.49 |
| Hex | D4 | A8 | 26 | 0 | 15 | 52 | 11 | 2D | 46 | 31 |
| Octal | 324 | 250 | 46 | 0 | 25 | 122 | 21 | 55 | 106 | 61 |
| Binary | 11010100 | 10101000 | 100110 | 0 | 10101 | 1010010 | 10001 | 101101 | 1000110 | 110001 |
Color Harmonies of #D4A826
Complementary color
Monochromatic Colors of #D4A826
Black with #D4A826
Text Example
Text Example
White with #D4A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A826; }
p { color: rgb(212,168,38); }
H1.HeaderClassName
{
color: #D4A826;
}
.AnyTagClassName
{
color: #D4A826;
}
</style>
background-color css
<style>
a { background-color: #D4A826; }
a { background-color: rgb(212,168,38); }
div.DivClassName
{
background-color: #D4A826;
}
.BgClassName
{
background-color: #D4A826;
}
</style>
border-color css
<style>
span { border-color: #D4A826; }
span { border-color: rgb(212,168,38); }
td.TdClassName
{
border-color: #D4A826;
}
.TagClassName
{
border-color: #D4A826;
}
</style>