Shades of Galliano #CFA620
Tints of Galliano #CFA620
RGB
CMYK
RGB Variations
Color information
#CFA620 (or 0xCFA620) is known color: Galliano. HEX triplet: CF, A6 and 20. RGB value is (207,166,32). Sum of RGB (Red+Green+Blue) = 207+166+32=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA620 is #3059DF. Grayscale: #A3A3A3. Windows color (decimal): -3168736 or 2139855. OLE color: 2139855.
HSL color Cylindrical-coordinate representation of color #CFA620: hue angle of 45.94º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFA620 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 32 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.19 |
| HSL | 45.94º | 0.73% | 0.47% | - |
| HSV(B) | 45.94º | 0.85% | 0.81% | - |
| XYZ | 39.63 | 40.64 | 7.12 | - |
| YUV | 162.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 32 | 0 | 0.20 | 0.85 | 0.19 | 45.94 | 0.73 | 0.47 |
| Hex | CF | A6 | 20 | 0 | 14 | 55 | 13 | 2E | 49 | 2F |
| Octal | 317 | 246 | 40 | 0 | 24 | 125 | 23 | 56 | 111 | 57 |
| Binary | 11001111 | 10100110 | 100000 | 0 | 10100 | 1010101 | 10011 | 101110 | 1001001 | 101111 |
Color Harmonies of #CFA620
Complementary color
Monochromatic Colors of #CFA620
Black with #CFA620
Text Example
Text Example
White with #CFA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA620; }
p { color: rgb(207,166,32); }
H1.HeaderClassName
{
color: #CFA620;
}
.AnyTagClassName
{
color: #CFA620;
}
</style>
background-color css
<style>
a { background-color: #CFA620; }
a { background-color: rgb(207,166,32); }
div.DivClassName
{
background-color: #CFA620;
}
.BgClassName
{
background-color: #CFA620;
}
</style>
border-color css
<style>
span { border-color: #CFA620; }
span { border-color: rgb(207,166,32); }
td.TdClassName
{
border-color: #CFA620;
}
.TagClassName
{
border-color: #CFA620;
}
</style>