Shades of Galliano #CFA516
Tints of Galliano #CFA516
RGB
CMYK
RGB Variations
Color information
#CFA516 (or 0xCFA516) is known color: Galliano. HEX triplet: CF, A5 and 16. RGB value is (207,165,22). Sum of RGB (Red+Green+Blue) = 207+165+22=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA516 is #305AE9. Grayscale: #A1A1A1. Windows color (decimal): -3169002 or 1484239. OLE color: 1484239.
HSL color Cylindrical-coordinate representation of color #CFA516: hue angle of 46.38º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFA516 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 22 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.19 |
| HSL | 46.38º | 0.81% | 0.45% | - |
| HSV(B) | 46.38º | 0.89% | 0.81% | - |
| XYZ | 39.33 | 40.23 | 6.45 | - |
| YUV | 161.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 22 | 0 | 0.20 | 0.89 | 0.19 | 46.38 | 0.81 | 0.45 |
| Hex | CF | A5 | 16 | 0 | 14 | 59 | 13 | 2E | 51 | 2D |
| Octal | 317 | 245 | 26 | 0 | 24 | 131 | 23 | 56 | 121 | 55 |
| Binary | 11001111 | 10100101 | 10110 | 0 | 10100 | 1011001 | 10011 | 101110 | 1010001 | 101101 |
Color Harmonies of #CFA516
Complementary color
Monochromatic Colors of #CFA516
Black with #CFA516
Text Example
Text Example
White with #CFA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA516; }
p { color: rgb(207,165,22); }
H1.HeaderClassName
{
color: #CFA516;
}
.AnyTagClassName
{
color: #CFA516;
}
</style>
background-color css
<style>
a { background-color: #CFA516; }
a { background-color: rgb(207,165,22); }
div.DivClassName
{
background-color: #CFA516;
}
.BgClassName
{
background-color: #CFA516;
}
</style>
border-color css
<style>
span { border-color: #CFA516; }
span { border-color: rgb(207,165,22); }
td.TdClassName
{
border-color: #CFA516;
}
.TagClassName
{
border-color: #CFA516;
}
</style>