Shades of Galliano #CFA70E
Tints of Galliano #CFA70E
RGB
CMYK
RGB Variations
Color information
#CFA70E (or 0xCFA70E) is known color: Galliano. HEX triplet: CF, A7 and 0E. RGB value is (207,167,14). Sum of RGB (Red+Green+Blue) = 207+167+14=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA70E is #3058F1. Grayscale: #A2A2A2. Windows color (decimal): -3168498 or 960463. OLE color: 960463.
HSL color Cylindrical-coordinate representation of color #CFA70E: hue angle of 47.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFA70E is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 14 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.19 |
| HSL | 47.56º | 0.87% | 0.43% | - |
| HSV(B) | 47.56º | 0.93% | 0.81% | - |
| XYZ | 39.63 | 40.93 | 6.23 | - |
| YUV | 161.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 14 | 0 | 0.19 | 0.93 | 0.19 | 47.56 | 0.87 | 0.43 |
| Hex | CF | A7 | E | 0 | 13 | 5D | 13 | 30 | 57 | 2B |
| Octal | 317 | 247 | 16 | 0 | 23 | 135 | 23 | 60 | 127 | 53 |
| Binary | 11001111 | 10100111 | 1110 | 0 | 10011 | 1011101 | 10011 | 110000 | 1010111 | 101011 |
Color Harmonies of #CFA70E
Complementary color
Monochromatic Colors of #CFA70E
Black with #CFA70E
Text Example
Text Example
White with #CFA70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA70E; }
p { color: rgb(207,167,14); }
H1.HeaderClassName
{
color: #CFA70E;
}
.AnyTagClassName
{
color: #CFA70E;
}
</style>
background-color css
<style>
a { background-color: #CFA70E; }
a { background-color: rgb(207,167,14); }
div.DivClassName
{
background-color: #CFA70E;
}
.BgClassName
{
background-color: #CFA70E;
}
</style>
border-color css
<style>
span { border-color: #CFA70E; }
span { border-color: rgb(207,167,14); }
td.TdClassName
{
border-color: #CFA70E;
}
.TagClassName
{
border-color: #CFA70E;
}
</style>