Shades of Galliano #CF9F15
Tints of Galliano #CF9F15
RGB
CMYK
RGB Variations
Color information
#CF9F15 (or 0xCF9F15) is known color: Galliano. HEX triplet: CF, 9F and 15. RGB value is (207,159,21). Sum of RGB (Red+Green+Blue) = 207+159+21=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9F15 is #3060EA. Grayscale: #9E9E9E. Windows color (decimal): -3170539 or 1417167. OLE color: 1417167.
HSL color Cylindrical-coordinate representation of color #CF9F15: hue angle of 44.52º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF9F15 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 21 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.19 |
| HSL | 44.52º | 0.82% | 0.45% | - |
| HSV(B) | 44.52º | 0.9% | 0.81% | - |
| XYZ | 38.27 | 38.12 | 6.05 | - |
| YUV | 157.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 21 | 0 | 0.23 | 0.90 | 0.19 | 44.52 | 0.82 | 0.45 |
| Hex | CF | 9F | 15 | 0 | 17 | 5A | 13 | 2D | 52 | 2D |
| Octal | 317 | 237 | 25 | 0 | 27 | 132 | 23 | 55 | 122 | 55 |
| Binary | 11001111 | 10011111 | 10101 | 0 | 10111 | 1011010 | 10011 | 101101 | 1010010 | 101101 |
Color Harmonies of #CF9F15
Complementary color
Monochromatic Colors of #CF9F15
Black with #CF9F15
Text Example
Text Example
White with #CF9F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F15; }
p { color: rgb(207,159,21); }
H1.HeaderClassName
{
color: #CF9F15;
}
.AnyTagClassName
{
color: #CF9F15;
}
</style>
background-color css
<style>
a { background-color: #CF9F15; }
a { background-color: rgb(207,159,21); }
div.DivClassName
{
background-color: #CF9F15;
}
.BgClassName
{
background-color: #CF9F15;
}
</style>
border-color css
<style>
span { border-color: #CF9F15; }
span { border-color: rgb(207,159,21); }
td.TdClassName
{
border-color: #CF9F15;
}
.TagClassName
{
border-color: #CF9F15;
}
</style>