Shades of Galliano #D6A524
Tints of Galliano #D6A524
RGB
CMYK
RGB Variations
Color information
#D6A524 (or 0xD6A524) is known color: Galliano. HEX triplet: D6, A5 and 24. RGB value is (214,165,36). Sum of RGB (Red+Green+Blue) = 214+165+36=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A524 is #295ADB. Grayscale: #A5A5A5. Windows color (decimal): -2710236 or 2401750. OLE color: 2401750.
HSL color Cylindrical-coordinate representation of color #D6A524: hue angle of 43.48º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6A524 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 36 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.16 |
| HSL | 43.48º | 0.71% | 0.49% | - |
| HSV(B) | 43.48º | 0.83% | 0.84% | - |
| XYZ | 41.51 | 41.33 | 7.46 | - |
| YUV | 164.95 | 55.23 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 36 | 0 | 0.23 | 0.83 | 0.16 | 43.48 | 0.71 | 0.49 |
| Hex | D6 | A5 | 24 | 0 | 17 | 53 | 10 | 2B | 47 | 31 |
| Octal | 326 | 245 | 44 | 0 | 27 | 123 | 20 | 53 | 107 | 61 |
| Binary | 11010110 | 10100101 | 100100 | 0 | 10111 | 1010011 | 10000 | 101011 | 1000111 | 110001 |
Color Harmonies of #D6A524
Complementary color
Monochromatic Colors of #D6A524
Black with #D6A524
Text Example
Text Example
White with #D6A524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A524; }
p { color: rgb(214,165,36); }
H1.HeaderClassName
{
color: #D6A524;
}
.AnyTagClassName
{
color: #D6A524;
}
</style>
background-color css
<style>
a { background-color: #D6A524; }
a { background-color: rgb(214,165,36); }
div.DivClassName
{
background-color: #D6A524;
}
.BgClassName
{
background-color: #D6A524;
}
</style>
border-color css
<style>
span { border-color: #D6A524; }
span { border-color: rgb(214,165,36); }
td.TdClassName
{
border-color: #D6A524;
}
.TagClassName
{
border-color: #D6A524;
}
</style>