Shades of Galliano #CFA124
Tints of Galliano #CFA124
RGB
CMYK
RGB Variations
Color information
#CFA124 (or 0xCFA124) is known color: Galliano. HEX triplet: CF, A1 and 24. RGB value is (207,161,36). Sum of RGB (Red+Green+Blue) = 207+161+36=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA124 is #305EDB. Grayscale: #A1A1A1. Windows color (decimal): -3170012 or 2400719. OLE color: 2400719.
HSL color Cylindrical-coordinate representation of color #CFA124: hue angle of 43.86º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFA124 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 36 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.19 |
| HSL | 43.86º | 0.7% | 0.48% | - |
| HSV(B) | 43.86º | 0.83% | 0.81% | - |
| XYZ | 38.8 | 38.88 | 7.13 | - |
| YUV | 160.5 | 57.74 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 36 | 0 | 0.22 | 0.83 | 0.19 | 43.86 | 0.7 | 0.48 |
| Hex | CF | A1 | 24 | 0 | 16 | 53 | 13 | 2C | 46 | 30 |
| Octal | 317 | 241 | 44 | 0 | 26 | 123 | 23 | 54 | 106 | 60 |
| Binary | 11001111 | 10100001 | 100100 | 0 | 10110 | 1010011 | 10011 | 101100 | 1000110 | 110000 |
Color Harmonies of #CFA124
Complementary color
Monochromatic Colors of #CFA124
Black with #CFA124
Text Example
Text Example
White with #CFA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA124; }
p { color: rgb(207,161,36); }
H1.HeaderClassName
{
color: #CFA124;
}
.AnyTagClassName
{
color: #CFA124;
}
</style>
background-color css
<style>
a { background-color: #CFA124; }
a { background-color: rgb(207,161,36); }
div.DivClassName
{
background-color: #CFA124;
}
.BgClassName
{
background-color: #CFA124;
}
</style>
border-color css
<style>
span { border-color: #CFA124; }
span { border-color: rgb(207,161,36); }
td.TdClassName
{
border-color: #CFA124;
}
.TagClassName
{
border-color: #CFA124;
}
</style>