Shades of Galliano #CFA70C
Tints of Galliano #CFA70C
RGB
CMYK
RGB Variations
Color information
#CFA70C (or 0xCFA70C) is known color: Galliano. HEX triplet: CF, A7 and 0C. RGB value is (207,167,12). Sum of RGB (Red+Green+Blue) = 207+167+12=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA70C is #3058F3. Grayscale: #A1A1A1. Windows color (decimal): -3168500 or 829391. OLE color: 829391.
HSL color Cylindrical-coordinate representation of color #CFA70C: hue angle of 47.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA70C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.19 |
| HSL | 47.69º | 0.89% | 0.43% | - |
| HSV(B) | 47.69º | 0.94% | 0.81% | - |
| XYZ | 39.62 | 40.93 | 6.16 | - |
| YUV | 161.29 | 43.75 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 12 | 0 | 0.19 | 0.94 | 0.19 | 47.69 | 0.89 | 0.43 |
| Hex | CF | A7 | C | 0 | 13 | 5E | 13 | 30 | 59 | 2B |
| Octal | 317 | 247 | 14 | 0 | 23 | 136 | 23 | 60 | 131 | 53 |
| Binary | 11001111 | 10100111 | 1100 | 0 | 10011 | 1011110 | 10011 | 110000 | 1011001 | 101011 |
Color Harmonies of #CFA70C
Complementary color
Monochromatic Colors of #CFA70C
Black with #CFA70C
Text Example
Text Example
White with #CFA70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA70C; }
p { color: rgb(207,167,12); }
H1.HeaderClassName
{
color: #CFA70C;
}
.AnyTagClassName
{
color: #CFA70C;
}
</style>
background-color css
<style>
a { background-color: #CFA70C; }
a { background-color: rgb(207,167,12); }
div.DivClassName
{
background-color: #CFA70C;
}
.BgClassName
{
background-color: #CFA70C;
}
</style>
border-color css
<style>
span { border-color: #CFA70C; }
span { border-color: rgb(207,167,12); }
td.TdClassName
{
border-color: #CFA70C;
}
.TagClassName
{
border-color: #CFA70C;
}
</style>