Shades of Galliano #CFA210
Tints of Galliano #CFA210
RGB
CMYK
RGB Variations
Color information
#CFA210 (or 0xCFA210) is known color: Galliano. HEX triplet: CF, A2 and 10. RGB value is (207,162,16). Sum of RGB (Red+Green+Blue) = 207+162+16=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA210 is #305DEF. Grayscale: #9F9F9F. Windows color (decimal): -3169776 or 1090255. OLE color: 1090255.
HSL color Cylindrical-coordinate representation of color #CFA210: hue angle of 45.86º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFA210 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 16 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.19 |
| HSL | 45.86º | 0.86% | 0.44% | - |
| HSV(B) | 45.86º | 0.92% | 0.81% | - |
| XYZ | 38.75 | 39.14 | 6 | - |
| YUV | 158.81 | 47.41 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 16 | 0 | 0.22 | 0.92 | 0.19 | 45.86 | 0.86 | 0.44 |
| Hex | CF | A2 | 10 | 0 | 16 | 5C | 13 | 2E | 56 | 2C |
| Octal | 317 | 242 | 20 | 0 | 26 | 134 | 23 | 56 | 126 | 54 |
| Binary | 11001111 | 10100010 | 10000 | 0 | 10110 | 1011100 | 10011 | 101110 | 1010110 | 101100 |
Color Harmonies of #CFA210
Complementary color
Monochromatic Colors of #CFA210
Black with #CFA210
Text Example
Text Example
White with #CFA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA210; }
p { color: rgb(207,162,16); }
H1.HeaderClassName
{
color: #CFA210;
}
.AnyTagClassName
{
color: #CFA210;
}
</style>
background-color css
<style>
a { background-color: #CFA210; }
a { background-color: rgb(207,162,16); }
div.DivClassName
{
background-color: #CFA210;
}
.BgClassName
{
background-color: #CFA210;
}
</style>
border-color css
<style>
span { border-color: #CFA210; }
span { border-color: rgb(207,162,16); }
td.TdClassName
{
border-color: #CFA210;
}
.TagClassName
{
border-color: #CFA210;
}
</style>