Shades of Galliano #CFA915
Tints of Galliano #CFA915
RGB
CMYK
RGB Variations
Color information
#CFA915 (or 0xCFA915) is known color: Galliano. HEX triplet: CF, A9 and 15. RGB value is (207,169,21). Sum of RGB (Red+Green+Blue) = 207+169+21=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA915 is #3056EA. Grayscale: #A4A4A4. Windows color (decimal): -3167979 or 1419727. OLE color: 1419727.
HSL color Cylindrical-coordinate representation of color #CFA915: hue angle of 47.74º 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 #CFA915 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 21 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.19 |
| HSL | 47.74º | 0.82% | 0.45% | - |
| HSV(B) | 47.74º | 0.9% | 0.81% | - |
| XYZ | 40.06 | 41.7 | 6.65 | - |
| YUV | 163.49 | 47.59 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 21 | 0 | 0.18 | 0.90 | 0.19 | 47.74 | 0.82 | 0.45 |
| Hex | CF | A9 | 15 | 0 | 12 | 5A | 13 | 30 | 52 | 2D |
| Octal | 317 | 251 | 25 | 0 | 22 | 132 | 23 | 60 | 122 | 55 |
| Binary | 11001111 | 10101001 | 10101 | 0 | 10010 | 1011010 | 10011 | 110000 | 1010010 | 101101 |
Color Harmonies of #CFA915
Complementary color
Monochromatic Colors of #CFA915
Black with #CFA915
Text Example
Text Example
White with #CFA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA915; }
p { color: rgb(207,169,21); }
H1.HeaderClassName
{
color: #CFA915;
}
.AnyTagClassName
{
color: #CFA915;
}
</style>
background-color css
<style>
a { background-color: #CFA915; }
a { background-color: rgb(207,169,21); }
div.DivClassName
{
background-color: #CFA915;
}
.BgClassName
{
background-color: #CFA915;
}
</style>
border-color css
<style>
span { border-color: #CFA915; }
span { border-color: rgb(207,169,21); }
td.TdClassName
{
border-color: #CFA915;
}
.TagClassName
{
border-color: #CFA915;
}
</style>