Shades of Galliano #CFA411
Tints of Galliano #CFA411
RGB
CMYK
RGB Variations
Color information
#CFA411 (or 0xCFA411) is known color: Galliano. HEX triplet: CF, A4 and 11. RGB value is (207,164,17). Sum of RGB (Red+Green+Blue) = 207+164+17=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA411 is #305BEE. Grayscale: #A0A0A0. Windows color (decimal): -3169263 or 1156303. OLE color: 1156303.
HSL color Cylindrical-coordinate representation of color #CFA411: hue angle of 46.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFA411 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.19 |
| HSL | 46.42º | 0.85% | 0.44% | - |
| HSV(B) | 46.42º | 0.92% | 0.81% | - |
| XYZ | 39.11 | 39.86 | 6.16 | - |
| YUV | 160.1 | 47.25 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 17 | 0 | 0.21 | 0.92 | 0.19 | 46.42 | 0.85 | 0.44 |
| Hex | CF | A4 | 11 | 0 | 15 | 5C | 13 | 2E | 55 | 2C |
| Octal | 317 | 244 | 21 | 0 | 25 | 134 | 23 | 56 | 125 | 54 |
| Binary | 11001111 | 10100100 | 10001 | 0 | 10101 | 1011100 | 10011 | 101110 | 1010101 | 101100 |
Color Harmonies of #CFA411
Complementary color
Monochromatic Colors of #CFA411
Black with #CFA411
Text Example
Text Example
White with #CFA411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA411; }
p { color: rgb(207,164,17); }
H1.HeaderClassName
{
color: #CFA411;
}
.AnyTagClassName
{
color: #CFA411;
}
</style>
background-color css
<style>
a { background-color: #CFA411; }
a { background-color: rgb(207,164,17); }
div.DivClassName
{
background-color: #CFA411;
}
.BgClassName
{
background-color: #CFA411;
}
</style>
border-color css
<style>
span { border-color: #CFA411; }
span { border-color: rgb(207,164,17); }
td.TdClassName
{
border-color: #CFA411;
}
.TagClassName
{
border-color: #CFA411;
}
</style>