Shades of Galliano #D6A828
Tints of Galliano #D6A828
RGB
CMYK
RGB Variations
Color information
#D6A828 (or 0xD6A828) is known color: Galliano. HEX triplet: D6, A8 and 28. RGB value is (214,168,40). Sum of RGB (Red+Green+Blue) = 214+168+40=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A828 is #2957D7. Grayscale: #A7A7A7. Windows color (decimal): -2709464 or 2664662. OLE color: 2664662.
HSL color Cylindrical-coordinate representation of color #D6A828: hue angle of 44.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6A828 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 40 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.16 |
| HSL | 44.14º | 0.69% | 0.5% | - |
| HSV(B) | 44.14º | 0.81% | 0.84% | - |
| XYZ | 42.12 | 42.45 | 7.98 | - |
| YUV | 167.16 | 56.24 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 40 | 0 | 0.21 | 0.81 | 0.16 | 44.14 | 0.69 | 0.5 |
| Hex | D6 | A8 | 28 | 0 | 15 | 51 | 10 | 2C | 45 | 32 |
| Octal | 326 | 250 | 50 | 0 | 25 | 121 | 20 | 54 | 105 | 62 |
| Binary | 11010110 | 10101000 | 101000 | 0 | 10101 | 1010001 | 10000 | 101100 | 1000101 | 110010 |
Color Harmonies of #D6A828
Complementary color
Monochromatic Colors of #D6A828
Black with #D6A828
Text Example
Text Example
White with #D6A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A828; }
p { color: rgb(214,168,40); }
H1.HeaderClassName
{
color: #D6A828;
}
.AnyTagClassName
{
color: #D6A828;
}
</style>
background-color css
<style>
a { background-color: #D6A828; }
a { background-color: rgb(214,168,40); }
div.DivClassName
{
background-color: #D6A828;
}
.BgClassName
{
background-color: #D6A828;
}
</style>
border-color css
<style>
span { border-color: #D6A828; }
span { border-color: rgb(214,168,40); }
td.TdClassName
{
border-color: #D6A828;
}
.TagClassName
{
border-color: #D6A828;
}
</style>