Shades of Galliano #CFA211
Tints of Galliano #CFA211
RGB
CMYK
RGB Variations
Color information
#CFA211 (or 0xCFA211) is known color: Galliano. HEX triplet: CF, A2 and 11. RGB value is (207,162,17). Sum of RGB (Red+Green+Blue) = 207+162+17=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA211 is #305DEE. Grayscale: #9F9F9F. Windows color (decimal): -3169775 or 1155791. OLE color: 1155791.
HSL color Cylindrical-coordinate representation of color #CFA211: hue angle of 45.79º degrees, saturation: 0.85, 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 #CFA211 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 17 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.19 |
| HSL | 45.79º | 0.85% | 0.44% | - |
| HSV(B) | 45.79º | 0.92% | 0.81% | - |
| XYZ | 38.75 | 39.15 | 6.04 | - |
| YUV | 158.93 | 47.91 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 17 | 0 | 0.22 | 0.92 | 0.19 | 45.79 | 0.85 | 0.44 |
| Hex | CF | A2 | 11 | 0 | 16 | 5C | 13 | 2E | 55 | 2C |
| Octal | 317 | 242 | 21 | 0 | 26 | 134 | 23 | 56 | 125 | 54 |
| Binary | 11001111 | 10100010 | 10001 | 0 | 10110 | 1011100 | 10011 | 101110 | 1010101 | 101100 |
Color Harmonies of #CFA211
Complementary color
Monochromatic Colors of #CFA211
Black with #CFA211
Text Example
Text Example
White with #CFA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA211; }
p { color: rgb(207,162,17); }
H1.HeaderClassName
{
color: #CFA211;
}
.AnyTagClassName
{
color: #CFA211;
}
</style>
background-color css
<style>
a { background-color: #CFA211; }
a { background-color: rgb(207,162,17); }
div.DivClassName
{
background-color: #CFA211;
}
.BgClassName
{
background-color: #CFA211;
}
</style>
border-color css
<style>
span { border-color: #CFA211; }
span { border-color: rgb(207,162,17); }
td.TdClassName
{
border-color: #CFA211;
}
.TagClassName
{
border-color: #CFA211;
}
</style>