Shades of Galliano #CFA110
Tints of Galliano #CFA110
RGB
CMYK
RGB Variations
Color information
#CFA110 (or 0xCFA110) is known color: Galliano. HEX triplet: CF, A1 and 10. RGB value is (207,161,16). Sum of RGB (Red+Green+Blue) = 207+161+16=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA110 is #305EEF. Grayscale: #9E9E9E. Windows color (decimal): -3170032 or 1089999. OLE color: 1089999.
HSL color Cylindrical-coordinate representation of color #CFA110: hue angle of 45.55º 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 #CFA110 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 16 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.19 |
| HSL | 45.55º | 0.86% | 0.44% | - |
| HSV(B) | 45.55º | 0.92% | 0.81% | - |
| XYZ | 38.57 | 38.79 | 5.95 | - |
| YUV | 158.22 | 47.74 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 16 | 0 | 0.22 | 0.92 | 0.19 | 45.55 | 0.86 | 0.44 |
| Hex | CF | A1 | 10 | 0 | 16 | 5C | 13 | 2E | 56 | 2C |
| Octal | 317 | 241 | 20 | 0 | 26 | 134 | 23 | 56 | 126 | 54 |
| Binary | 11001111 | 10100001 | 10000 | 0 | 10110 | 1011100 | 10011 | 101110 | 1010110 | 101100 |
Color Harmonies of #CFA110
Complementary color
Monochromatic Colors of #CFA110
Black with #CFA110
Text Example
Text Example
White with #CFA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA110; }
p { color: rgb(207,161,16); }
H1.HeaderClassName
{
color: #CFA110;
}
.AnyTagClassName
{
color: #CFA110;
}
</style>
background-color css
<style>
a { background-color: #CFA110; }
a { background-color: rgb(207,161,16); }
div.DivClassName
{
background-color: #CFA110;
}
.BgClassName
{
background-color: #CFA110;
}
</style>
border-color css
<style>
span { border-color: #CFA110; }
span { border-color: rgb(207,161,16); }
td.TdClassName
{
border-color: #CFA110;
}
.TagClassName
{
border-color: #CFA110;
}
</style>