Shades of Galliano #CFA717
Tints of Galliano #CFA717
RGB
CMYK
RGB Variations
Color information
#CFA717 (or 0xCFA717) is known color: Galliano. HEX triplet: CF, A7 and 17. RGB value is (207,167,23). Sum of RGB (Red+Green+Blue) = 207+167+23=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA717 is #3058E8. Grayscale: #A3A3A3. Windows color (decimal): -3168489 or 1550287. OLE color: 1550287.
HSL color Cylindrical-coordinate representation of color #CFA717: hue angle of 46.96º 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 #CFA717 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 23 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.19 |
| HSL | 46.96º | 0.8% | 0.45% | - |
| HSV(B) | 46.96º | 0.89% | 0.81% | - |
| XYZ | 39.71 | 40.96 | 6.62 | - |
| YUV | 162.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 23 | 0 | 0.19 | 0.89 | 0.19 | 46.96 | 0.8 | 0.45 |
| Hex | CF | A7 | 17 | 0 | 13 | 59 | 13 | 2F | 50 | 2D |
| Octal | 317 | 247 | 27 | 0 | 23 | 131 | 23 | 57 | 120 | 55 |
| Binary | 11001111 | 10100111 | 10111 | 0 | 10011 | 1011001 | 10011 | 101111 | 1010000 | 101101 |
Color Harmonies of #CFA717
Complementary color
Monochromatic Colors of #CFA717
Black with #CFA717
Text Example
Text Example
White with #CFA717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA717; }
p { color: rgb(207,167,23); }
H1.HeaderClassName
{
color: #CFA717;
}
.AnyTagClassName
{
color: #CFA717;
}
</style>
background-color css
<style>
a { background-color: #CFA717; }
a { background-color: rgb(207,167,23); }
div.DivClassName
{
background-color: #CFA717;
}
.BgClassName
{
background-color: #CFA717;
}
</style>
border-color css
<style>
span { border-color: #CFA717; }
span { border-color: rgb(207,167,23); }
td.TdClassName
{
border-color: #CFA717;
}
.TagClassName
{
border-color: #CFA717;
}
</style>