Shades of Galliano #CFA721
Tints of Galliano #CFA721
RGB
CMYK
RGB Variations
Color information
#CFA721 (or 0xCFA721) is known color: Galliano. HEX triplet: CF, A7 and 21. RGB value is (207,167,33). Sum of RGB (Red+Green+Blue) = 207+167+33=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA721 is #3058DE. Grayscale: #A4A4A4. Windows color (decimal): -3168479 or 2205647. OLE color: 2205647.
HSL color Cylindrical-coordinate representation of color #CFA721: hue angle of 46.21º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFA721 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 33 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.19 |
| HSL | 46.21º | 0.73% | 0.47% | - |
| HSV(B) | 46.21º | 0.84% | 0.81% | - |
| XYZ | 39.83 | 41.01 | 7.26 | - |
| YUV | 163.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 33 | 0 | 0.19 | 0.84 | 0.19 | 46.21 | 0.73 | 0.47 |
| Hex | CF | A7 | 21 | 0 | 13 | 54 | 13 | 2E | 48 | 2F |
| Octal | 317 | 247 | 41 | 0 | 23 | 124 | 23 | 56 | 110 | 57 |
| Binary | 11001111 | 10100111 | 100001 | 0 | 10011 | 1010100 | 10011 | 101110 | 1001000 | 101111 |
Color Harmonies of #CFA721
Complementary color
Monochromatic Colors of #CFA721
Black with #CFA721
Text Example
Text Example
White with #CFA721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA721; }
p { color: rgb(207,167,33); }
H1.HeaderClassName
{
color: #CFA721;
}
.AnyTagClassName
{
color: #CFA721;
}
</style>
background-color css
<style>
a { background-color: #CFA721; }
a { background-color: rgb(207,167,33); }
div.DivClassName
{
background-color: #CFA721;
}
.BgClassName
{
background-color: #CFA721;
}
</style>
border-color css
<style>
span { border-color: #CFA721; }
span { border-color: rgb(207,167,33); }
td.TdClassName
{
border-color: #CFA721;
}
.TagClassName
{
border-color: #CFA721;
}
</style>