Shades of Galliano #CFA021
Tints of Galliano #CFA021
RGB
CMYK
RGB Variations
Color information
#CFA021 (or 0xCFA021) is known color: Galliano. HEX triplet: CF, A0 and 21. RGB value is (207,160,33). Sum of RGB (Red+Green+Blue) = 207+160+33=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA021 is #305FDE. Grayscale: #A0A0A0. Windows color (decimal): -3170271 or 2203855. OLE color: 2203855.
HSL color Cylindrical-coordinate representation of color #CFA021: hue angle of 43.79º 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 #CFA021 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 33 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.19 |
| HSL | 43.79º | 0.73% | 0.47% | - |
| HSV(B) | 43.79º | 0.84% | 0.81% | - |
| XYZ | 38.58 | 38.52 | 6.84 | - |
| YUV | 159.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 33 | 0 | 0.23 | 0.84 | 0.19 | 43.79 | 0.73 | 0.47 |
| Hex | CF | A0 | 21 | 0 | 17 | 54 | 13 | 2C | 48 | 2F |
| Octal | 317 | 240 | 41 | 0 | 27 | 124 | 23 | 54 | 110 | 57 |
| Binary | 11001111 | 10100000 | 100001 | 0 | 10111 | 1010100 | 10011 | 101100 | 1001000 | 101111 |
Color Harmonies of #CFA021
Complementary color
Monochromatic Colors of #CFA021
Black with #CFA021
Text Example
Text Example
White with #CFA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA021; }
p { color: rgb(207,160,33); }
H1.HeaderClassName
{
color: #CFA021;
}
.AnyTagClassName
{
color: #CFA021;
}
</style>
background-color css
<style>
a { background-color: #CFA021; }
a { background-color: rgb(207,160,33); }
div.DivClassName
{
background-color: #CFA021;
}
.BgClassName
{
background-color: #CFA021;
}
</style>
border-color css
<style>
span { border-color: #CFA021; }
span { border-color: rgb(207,160,33); }
td.TdClassName
{
border-color: #CFA021;
}
.TagClassName
{
border-color: #CFA021;
}
</style>