Shades of Galliano #D6AD24
Tints of Galliano #D6AD24
RGB
CMYK
RGB Variations
Color information
#D6AD24 (or 0xD6AD24) is known color: Galliano. HEX triplet: D6, AD and 24. RGB value is (214,173,36). Sum of RGB (Red+Green+Blue) = 214+173+36=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD24 is #2952DB. Grayscale: #AAAAAA. Windows color (decimal): -2708188 or 2403798. OLE color: 2403798.
HSL color Cylindrical-coordinate representation of color #D6AD24: hue angle of 46.18º 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 #D6AD24 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 36 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.16 |
| HSL | 46.18º | 0.71% | 0.49% | - |
| HSV(B) | 46.18º | 0.83% | 0.84% | - |
| XYZ | 42.99 | 44.31 | 7.96 | - |
| YUV | 169.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 36 | 0 | 0.19 | 0.83 | 0.16 | 46.18 | 0.71 | 0.49 |
| Hex | D6 | AD | 24 | 0 | 13 | 53 | 10 | 2E | 47 | 31 |
| Octal | 326 | 255 | 44 | 0 | 23 | 123 | 20 | 56 | 107 | 61 |
| Binary | 11010110 | 10101101 | 100100 | 0 | 10011 | 1010011 | 10000 | 101110 | 1000111 | 110001 |
Color Harmonies of #D6AD24
Complementary color
Monochromatic Colors of #D6AD24
Black with #D6AD24
Text Example
Text Example
White with #D6AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD24; }
p { color: rgb(214,173,36); }
H1.HeaderClassName
{
color: #D6AD24;
}
.AnyTagClassName
{
color: #D6AD24;
}
</style>
background-color css
<style>
a { background-color: #D6AD24; }
a { background-color: rgb(214,173,36); }
div.DivClassName
{
background-color: #D6AD24;
}
.BgClassName
{
background-color: #D6AD24;
}
</style>
border-color css
<style>
span { border-color: #D6AD24; }
span { border-color: rgb(214,173,36); }
td.TdClassName
{
border-color: #D6AD24;
}
.TagClassName
{
border-color: #D6AD24;
}
</style>