Shades of Galliano #CFA215
Tints of Galliano #CFA215
RGB
CMYK
RGB Variations
Color information
#CFA215 (or 0xCFA215) is known color: Galliano. HEX triplet: CF, A2 and 15. RGB value is (207,162,21). Sum of RGB (Red+Green+Blue) = 207+162+21=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA215 is #305DEA. Grayscale: #9F9F9F. Windows color (decimal): -3169771 or 1417935. OLE color: 1417935.
HSL color Cylindrical-coordinate representation of color #CFA215: hue angle of 45.48º 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 #CFA215 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 21 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.19 |
| HSL | 45.48º | 0.82% | 0.45% | - |
| HSV(B) | 45.48º | 0.9% | 0.81% | - |
| XYZ | 38.79 | 39.16 | 6.22 | - |
| YUV | 159.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 21 | 0 | 0.22 | 0.90 | 0.19 | 45.48 | 0.82 | 0.45 |
| Hex | CF | A2 | 15 | 0 | 16 | 5A | 13 | 2D | 52 | 2D |
| Octal | 317 | 242 | 25 | 0 | 26 | 132 | 23 | 55 | 122 | 55 |
| Binary | 11001111 | 10100010 | 10101 | 0 | 10110 | 1011010 | 10011 | 101101 | 1010010 | 101101 |
Color Harmonies of #CFA215
Complementary color
Monochromatic Colors of #CFA215
Black with #CFA215
Text Example
Text Example
White with #CFA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA215; }
p { color: rgb(207,162,21); }
H1.HeaderClassName
{
color: #CFA215;
}
.AnyTagClassName
{
color: #CFA215;
}
</style>
background-color css
<style>
a { background-color: #CFA215; }
a { background-color: rgb(207,162,21); }
div.DivClassName
{
background-color: #CFA215;
}
.BgClassName
{
background-color: #CFA215;
}
</style>
border-color css
<style>
span { border-color: #CFA215; }
span { border-color: rgb(207,162,21); }
td.TdClassName
{
border-color: #CFA215;
}
.TagClassName
{
border-color: #CFA215;
}
</style>