Shades of Galliano #CFA310
Tints of Galliano #CFA310
RGB
CMYK
RGB Variations
Color information
#CFA310 (or 0xCFA310) is known color: Galliano. HEX triplet: CF, A3 and 10. RGB value is (207,163,16). Sum of RGB (Red+Green+Blue) = 207+163+16=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA310 is #305CEF. Grayscale: #A0A0A0. Windows color (decimal): -3169520 or 1090511. OLE color: 1090511.
HSL color Cylindrical-coordinate representation of color #CFA310: hue angle of 46.18º 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 #CFA310 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 16 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.19 |
| HSL | 46.18º | 0.86% | 0.44% | - |
| HSV(B) | 46.18º | 0.92% | 0.81% | - |
| XYZ | 38.92 | 39.5 | 6.06 | - |
| YUV | 159.4 | 47.08 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 16 | 0 | 0.21 | 0.92 | 0.19 | 46.18 | 0.86 | 0.44 |
| Hex | CF | A3 | 10 | 0 | 15 | 5C | 13 | 2E | 56 | 2C |
| Octal | 317 | 243 | 20 | 0 | 25 | 134 | 23 | 56 | 126 | 54 |
| Binary | 11001111 | 10100011 | 10000 | 0 | 10101 | 1011100 | 10011 | 101110 | 1010110 | 101100 |
Color Harmonies of #CFA310
Complementary color
Monochromatic Colors of #CFA310
Black with #CFA310
Text Example
Text Example
White with #CFA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA310; }
p { color: rgb(207,163,16); }
H1.HeaderClassName
{
color: #CFA310;
}
.AnyTagClassName
{
color: #CFA310;
}
</style>
background-color css
<style>
a { background-color: #CFA310; }
a { background-color: rgb(207,163,16); }
div.DivClassName
{
background-color: #CFA310;
}
.BgClassName
{
background-color: #CFA310;
}
</style>
border-color css
<style>
span { border-color: #CFA310; }
span { border-color: rgb(207,163,16); }
td.TdClassName
{
border-color: #CFA310;
}
.TagClassName
{
border-color: #CFA310;
}
</style>