Shades of Galliano #CFA415
Tints of Galliano #CFA415
RGB
CMYK
RGB Variations
Color information
#CFA415 (or 0xCFA415) is known color: Galliano. HEX triplet: CF, A4 and 15. RGB value is (207,164,21). Sum of RGB (Red+Green+Blue) = 207+164+21=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA415 is #305BEA. Grayscale: #A1A1A1. Windows color (decimal): -3169259 or 1418447. OLE color: 1418447.
HSL color Cylindrical-coordinate representation of color #CFA415: hue angle of 46.13º 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 #CFA415 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 21 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.19 |
| HSL | 46.13º | 0.82% | 0.45% | - |
| HSV(B) | 46.13º | 0.9% | 0.81% | - |
| XYZ | 39.14 | 39.87 | 6.34 | - |
| YUV | 160.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 21 | 0 | 0.21 | 0.90 | 0.19 | 46.13 | 0.82 | 0.45 |
| Hex | CF | A4 | 15 | 0 | 15 | 5A | 13 | 2E | 52 | 2D |
| Octal | 317 | 244 | 25 | 0 | 25 | 132 | 23 | 56 | 122 | 55 |
| Binary | 11001111 | 10100100 | 10101 | 0 | 10101 | 1011010 | 10011 | 101110 | 1010010 | 101101 |
Color Harmonies of #CFA415
Complementary color
Monochromatic Colors of #CFA415
Black with #CFA415
Text Example
Text Example
White with #CFA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA415; }
p { color: rgb(207,164,21); }
H1.HeaderClassName
{
color: #CFA415;
}
.AnyTagClassName
{
color: #CFA415;
}
</style>
background-color css
<style>
a { background-color: #CFA415; }
a { background-color: rgb(207,164,21); }
div.DivClassName
{
background-color: #CFA415;
}
.BgClassName
{
background-color: #CFA415;
}
</style>
border-color css
<style>
span { border-color: #CFA415; }
span { border-color: rgb(207,164,21); }
td.TdClassName
{
border-color: #CFA415;
}
.TagClassName
{
border-color: #CFA415;
}
</style>