Shades of Galliano #CFA917
Tints of Galliano #CFA917
RGB
CMYK
RGB Variations
Color information
#CFA917 (or 0xCFA917) is known color: Galliano. HEX triplet: CF, A9 and 17. RGB value is (207,169,23). Sum of RGB (Red+Green+Blue) = 207+169+23=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA917 is #3056E8. Grayscale: #A4A4A4. Windows color (decimal): -3167977 or 1550799. OLE color: 1550799.
HSL color Cylindrical-coordinate representation of color #CFA917: hue angle of 47.61º degrees, saturation: 0.8, 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 #CFA917 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 23 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.19 |
| HSL | 47.61º | 0.8% | 0.45% | - |
| HSV(B) | 47.61º | 0.89% | 0.81% | - |
| XYZ | 40.07 | 41.7 | 6.75 | - |
| YUV | 163.72 | 48.59 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 23 | 0 | 0.18 | 0.89 | 0.19 | 47.61 | 0.8 | 0.45 |
| Hex | CF | A9 | 17 | 0 | 12 | 59 | 13 | 30 | 50 | 2D |
| Octal | 317 | 251 | 27 | 0 | 22 | 131 | 23 | 60 | 120 | 55 |
| Binary | 11001111 | 10101001 | 10111 | 0 | 10010 | 1011001 | 10011 | 110000 | 1010000 | 101101 |
Color Harmonies of #CFA917
Complementary color
Monochromatic Colors of #CFA917
Black with #CFA917
Text Example
Text Example
White with #CFA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA917; }
p { color: rgb(207,169,23); }
H1.HeaderClassName
{
color: #CFA917;
}
.AnyTagClassName
{
color: #CFA917;
}
</style>
background-color css
<style>
a { background-color: #CFA917; }
a { background-color: rgb(207,169,23); }
div.DivClassName
{
background-color: #CFA917;
}
.BgClassName
{
background-color: #CFA917;
}
</style>
border-color css
<style>
span { border-color: #CFA917; }
span { border-color: rgb(207,169,23); }
td.TdClassName
{
border-color: #CFA917;
}
.TagClassName
{
border-color: #CFA917;
}
</style>