Shades of Galliano #CFA710
Tints of Galliano #CFA710
RGB
CMYK
RGB Variations
Color information
#CFA710 (or 0xCFA710) is known color: Galliano. HEX triplet: CF, A7 and 10. RGB value is (207,167,16). Sum of RGB (Red+Green+Blue) = 207+167+16=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA710 is #3058EF. Grayscale: #A2A2A2. Windows color (decimal): -3168496 or 1091535. OLE color: 1091535.
HSL color Cylindrical-coordinate representation of color #CFA710: hue angle of 47.43º 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 #CFA710 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.19 |
| HSL | 47.43º | 0.86% | 0.44% | - |
| HSV(B) | 47.43º | 0.92% | 0.81% | - |
| XYZ | 39.64 | 40.94 | 6.3 | - |
| YUV | 161.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 16 | 0 | 0.19 | 0.92 | 0.19 | 47.43 | 0.86 | 0.44 |
| Hex | CF | A7 | 10 | 0 | 13 | 5C | 13 | 2F | 56 | 2C |
| Octal | 317 | 247 | 20 | 0 | 23 | 134 | 23 | 57 | 126 | 54 |
| Binary | 11001111 | 10100111 | 10000 | 0 | 10011 | 1011100 | 10011 | 101111 | 1010110 | 101100 |
Color Harmonies of #CFA710
Complementary color
Monochromatic Colors of #CFA710
Black with #CFA710
Text Example
Text Example
White with #CFA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA710; }
p { color: rgb(207,167,16); }
H1.HeaderClassName
{
color: #CFA710;
}
.AnyTagClassName
{
color: #CFA710;
}
</style>
background-color css
<style>
a { background-color: #CFA710; }
a { background-color: rgb(207,167,16); }
div.DivClassName
{
background-color: #CFA710;
}
.BgClassName
{
background-color: #CFA710;
}
</style>
border-color css
<style>
span { border-color: #CFA710; }
span { border-color: rgb(207,167,16); }
td.TdClassName
{
border-color: #CFA710;
}
.TagClassName
{
border-color: #CFA710;
}
</style>