Shades of Galliano #CFA615
Tints of Galliano #CFA615
RGB
CMYK
RGB Variations
Color information
#CFA615 (or 0xCFA615) is known color: Galliano. HEX triplet: CF, A6 and 15. RGB value is (207,166,21). Sum of RGB (Red+Green+Blue) = 207+166+21=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA615 is #3059EA. Grayscale: #A2A2A2. Windows color (decimal): -3168747 or 1418959. OLE color: 1418959.
HSL color Cylindrical-coordinate representation of color #CFA615: hue angle of 46.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFA615 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 21 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.19 |
| HSL | 46.77º | 0.82% | 0.45% | - |
| HSV(B) | 46.77º | 0.9% | 0.81% | - |
| XYZ | 39.5 | 40.59 | 6.46 | - |
| YUV | 161.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 21 | 0 | 0.20 | 0.90 | 0.19 | 46.77 | 0.82 | 0.45 |
| Hex | CF | A6 | 15 | 0 | 14 | 5A | 13 | 2F | 52 | 2D |
| Octal | 317 | 246 | 25 | 0 | 24 | 132 | 23 | 57 | 122 | 55 |
| Binary | 11001111 | 10100110 | 10101 | 0 | 10100 | 1011010 | 10011 | 101111 | 1010010 | 101101 |
Color Harmonies of #CFA615
Complementary color
Monochromatic Colors of #CFA615
Black with #CFA615
Text Example
Text Example
White with #CFA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA615; }
p { color: rgb(207,166,21); }
H1.HeaderClassName
{
color: #CFA615;
}
.AnyTagClassName
{
color: #CFA615;
}
</style>
background-color css
<style>
a { background-color: #CFA615; }
a { background-color: rgb(207,166,21); }
div.DivClassName
{
background-color: #CFA615;
}
.BgClassName
{
background-color: #CFA615;
}
</style>
border-color css
<style>
span { border-color: #CFA615; }
span { border-color: rgb(207,166,21); }
td.TdClassName
{
border-color: #CFA615;
}
.TagClassName
{
border-color: #CFA615;
}
</style>