Shades of Galliano #CFA911
Tints of Galliano #CFA911
RGB
CMYK
RGB Variations
Color information
#CFA911 (or 0xCFA911) is known color: Galliano. HEX triplet: CF, A9 and 11. RGB value is (207,169,17). Sum of RGB (Red+Green+Blue) = 207+169+17=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA911 is #3056EE. Grayscale: #A3A3A3. Windows color (decimal): -3167983 or 1157583. OLE color: 1157583.
HSL color Cylindrical-coordinate representation of color #CFA911: hue angle of 48º 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 #CFA911 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 17 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.19 |
| HSL | 48º | 0.85% | 0.44% | - |
| HSV(B) | 48º | 0.92% | 0.81% | - |
| XYZ | 40.02 | 41.68 | 6.47 | - |
| YUV | 163.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 17 | 0 | 0.18 | 0.92 | 0.19 | 48 | 0.85 | 0.44 |
| Hex | CF | A9 | 11 | 0 | 12 | 5C | 13 | 30 | 55 | 2C |
| Octal | 317 | 251 | 21 | 0 | 22 | 134 | 23 | 60 | 125 | 54 |
| Binary | 11001111 | 10101001 | 10001 | 0 | 10010 | 1011100 | 10011 | 110000 | 1010101 | 101100 |
Color Harmonies of #CFA911
Complementary color
Monochromatic Colors of #CFA911
Black with #CFA911
Text Example
Text Example
White with #CFA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA911; }
p { color: rgb(207,169,17); }
H1.HeaderClassName
{
color: #CFA911;
}
.AnyTagClassName
{
color: #CFA911;
}
</style>
background-color css
<style>
a { background-color: #CFA911; }
a { background-color: rgb(207,169,17); }
div.DivClassName
{
background-color: #CFA911;
}
.BgClassName
{
background-color: #CFA911;
}
</style>
border-color css
<style>
span { border-color: #CFA911; }
span { border-color: rgb(207,169,17); }
td.TdClassName
{
border-color: #CFA911;
}
.TagClassName
{
border-color: #CFA911;
}
</style>