Shades of Galliano #CFA311
Tints of Galliano #CFA311
RGB
CMYK
RGB Variations
Color information
#CFA311 (or 0xCFA311) is known color: Galliano. HEX triplet: CF, A3 and 11. RGB value is (207,163,17). Sum of RGB (Red+Green+Blue) = 207+163+17=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA311 is #305CEE. Grayscale: #A0A0A0. Windows color (decimal): -3169519 or 1156047. OLE color: 1156047.
HSL color Cylindrical-coordinate representation of color #CFA311: hue angle of 46.11º 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 #CFA311 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.19 |
| HSL | 46.11º | 0.85% | 0.44% | - |
| HSV(B) | 46.11º | 0.92% | 0.81% | - |
| XYZ | 38.93 | 39.5 | 6.1 | - |
| YUV | 159.51 | 47.58 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 17 | 0 | 0.21 | 0.92 | 0.19 | 46.11 | 0.85 | 0.44 |
| Hex | CF | A3 | 11 | 0 | 15 | 5C | 13 | 2E | 55 | 2C |
| Octal | 317 | 243 | 21 | 0 | 25 | 134 | 23 | 56 | 125 | 54 |
| Binary | 11001111 | 10100011 | 10001 | 0 | 10101 | 1011100 | 10011 | 101110 | 1010101 | 101100 |
Color Harmonies of #CFA311
Complementary color
Monochromatic Colors of #CFA311
Black with #CFA311
Text Example
Text Example
White with #CFA311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA311; }
p { color: rgb(207,163,17); }
H1.HeaderClassName
{
color: #CFA311;
}
.AnyTagClassName
{
color: #CFA311;
}
</style>
background-color css
<style>
a { background-color: #CFA311; }
a { background-color: rgb(207,163,17); }
div.DivClassName
{
background-color: #CFA311;
}
.BgClassName
{
background-color: #CFA311;
}
</style>
border-color css
<style>
span { border-color: #CFA311; }
span { border-color: rgb(207,163,17); }
td.TdClassName
{
border-color: #CFA311;
}
.TagClassName
{
border-color: #CFA311;
}
</style>