Shades of Galliano #CFA511
Tints of Galliano #CFA511
RGB
CMYK
RGB Variations
Color information
#CFA511 (or 0xCFA511) is known color: Galliano. HEX triplet: CF, A5 and 11. RGB value is (207,165,17). Sum of RGB (Red+Green+Blue) = 207+165+17=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA511 is #305AEE. Grayscale: #A1A1A1. Windows color (decimal): -3169007 or 1156559. OLE color: 1156559.
HSL color Cylindrical-coordinate representation of color #CFA511: hue angle of 46.74º 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 #CFA511 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 17 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.19 |
| HSL | 46.74º | 0.85% | 0.44% | - |
| HSV(B) | 46.74º | 0.92% | 0.81% | - |
| XYZ | 39.29 | 40.22 | 6.22 | - |
| YUV | 160.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 17 | 0 | 0.20 | 0.92 | 0.19 | 46.74 | 0.85 | 0.44 |
| Hex | CF | A5 | 11 | 0 | 14 | 5C | 13 | 2F | 55 | 2C |
| Octal | 317 | 245 | 21 | 0 | 24 | 134 | 23 | 57 | 125 | 54 |
| Binary | 11001111 | 10100101 | 10001 | 0 | 10100 | 1011100 | 10011 | 101111 | 1010101 | 101100 |
Color Harmonies of #CFA511
Complementary color
Monochromatic Colors of #CFA511
Black with #CFA511
Text Example
Text Example
White with #CFA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA511; }
p { color: rgb(207,165,17); }
H1.HeaderClassName
{
color: #CFA511;
}
.AnyTagClassName
{
color: #CFA511;
}
</style>
background-color css
<style>
a { background-color: #CFA511; }
a { background-color: rgb(207,165,17); }
div.DivClassName
{
background-color: #CFA511;
}
.BgClassName
{
background-color: #CFA511;
}
</style>
border-color css
<style>
span { border-color: #CFA511; }
span { border-color: rgb(207,165,17); }
td.TdClassName
{
border-color: #CFA511;
}
.TagClassName
{
border-color: #CFA511;
}
</style>