Shades of Galliano #D6A826
Tints of Galliano #D6A826
RGB
CMYK
RGB Variations
Color information
#D6A826 (or 0xD6A826) is known color: Galliano. HEX triplet: D6, A8 and 26. RGB value is (214,168,38). Sum of RGB (Red+Green+Blue) = 214+168+38=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A826 is #2957D9. Grayscale: #A7A7A7. Windows color (decimal): -2709466 or 2533590. OLE color: 2533590.
HSL color Cylindrical-coordinate representation of color #D6A826: hue angle of 44.32º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6A826 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 38 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.16 |
| HSL | 44.32º | 0.7% | 0.49% | - |
| HSV(B) | 44.32º | 0.82% | 0.84% | - |
| XYZ | 42.08 | 42.44 | 7.81 | - |
| YUV | 166.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 38 | 0 | 0.21 | 0.82 | 0.16 | 44.32 | 0.7 | 0.49 |
| Hex | D6 | A8 | 26 | 0 | 15 | 52 | 10 | 2C | 46 | 31 |
| Octal | 326 | 250 | 46 | 0 | 25 | 122 | 20 | 54 | 106 | 61 |
| Binary | 11010110 | 10101000 | 100110 | 0 | 10101 | 1010010 | 10000 | 101100 | 1000110 | 110001 |
Color Harmonies of #D6A826
Complementary color
Monochromatic Colors of #D6A826
Black with #D6A826
Text Example
Text Example
White with #D6A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A826; }
p { color: rgb(214,168,38); }
H1.HeaderClassName
{
color: #D6A826;
}
.AnyTagClassName
{
color: #D6A826;
}
</style>
background-color css
<style>
a { background-color: #D6A826; }
a { background-color: rgb(214,168,38); }
div.DivClassName
{
background-color: #D6A826;
}
.BgClassName
{
background-color: #D6A826;
}
</style>
border-color css
<style>
span { border-color: #D6A826; }
span { border-color: rgb(214,168,38); }
td.TdClassName
{
border-color: #D6A826;
}
.TagClassName
{
border-color: #D6A826;
}
</style>