Shades of Galliano #D6AF20
Tints of Galliano #D6AF20
RGB
CMYK
RGB Variations
Color information
#D6AF20 (or 0xD6AF20) is known color: Galliano. HEX triplet: D6, AF and 20. RGB value is (214,175,32). Sum of RGB (Red+Green+Blue) = 214+175+32=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF20 is #2950DF. Grayscale: #AAAAAA. Windows color (decimal): -2707680 or 2142166. OLE color: 2142166.
HSL color Cylindrical-coordinate representation of color #D6AF20: hue angle of 47.14º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6AF20 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 32 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.16 |
| HSL | 47.14º | 0.74% | 0.48% | - |
| HSV(B) | 47.14º | 0.85% | 0.84% | - |
| XYZ | 43.32 | 45.06 | 7.78 | - |
| YUV | 170.36 | 49.92 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 32 | 0 | 0.18 | 0.85 | 0.16 | 47.14 | 0.74 | 0.48 |
| Hex | D6 | AF | 20 | 0 | 12 | 55 | 10 | 2F | 4A | 30 |
| Octal | 326 | 257 | 40 | 0 | 22 | 125 | 20 | 57 | 112 | 60 |
| Binary | 11010110 | 10101111 | 100000 | 0 | 10010 | 1010101 | 10000 | 101111 | 1001010 | 110000 |
Color Harmonies of #D6AF20
Complementary color
Monochromatic Colors of #D6AF20
Black with #D6AF20
Text Example
Text Example
White with #D6AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF20; }
p { color: rgb(214,175,32); }
H1.HeaderClassName
{
color: #D6AF20;
}
.AnyTagClassName
{
color: #D6AF20;
}
</style>
background-color css
<style>
a { background-color: #D6AF20; }
a { background-color: rgb(214,175,32); }
div.DivClassName
{
background-color: #D6AF20;
}
.BgClassName
{
background-color: #D6AF20;
}
</style>
border-color css
<style>
span { border-color: #D6AF20; }
span { border-color: rgb(214,175,32); }
td.TdClassName
{
border-color: #D6AF20;
}
.TagClassName
{
border-color: #D6AF20;
}
</style>