Shades of Galliano #CFA013
Tints of Galliano #CFA013
RGB
CMYK
RGB Variations
Color information
#CFA013 (or 0xCFA013) is known color: Galliano. HEX triplet: CF, A0 and 13. RGB value is (207,160,19). Sum of RGB (Red+Green+Blue) = 207+160+19=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA013 is #305FEC. Grayscale: #9E9E9E. Windows color (decimal): -3170285 or 1286351. OLE color: 1286351.
HSL color Cylindrical-coordinate representation of color #CFA013: hue angle of 45º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFA013 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 19 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.19 |
| HSL | 45º | 0.83% | 0.44% | - |
| HSV(B) | 45º | 0.91% | 0.81% | - |
| XYZ | 38.42 | 38.45 | 6.01 | - |
| YUV | 157.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 19 | 0 | 0.23 | 0.91 | 0.19 | 45 | 0.83 | 0.44 |
| Hex | CF | A0 | 13 | 0 | 17 | 5B | 13 | 2D | 53 | 2C |
| Octal | 317 | 240 | 23 | 0 | 27 | 133 | 23 | 55 | 123 | 54 |
| Binary | 11001111 | 10100000 | 10011 | 0 | 10111 | 1011011 | 10011 | 101101 | 1010011 | 101100 |
Color Harmonies of #CFA013
Complementary color
Monochromatic Colors of #CFA013
Black with #CFA013
Text Example
Text Example
White with #CFA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA013; }
p { color: rgb(207,160,19); }
H1.HeaderClassName
{
color: #CFA013;
}
.AnyTagClassName
{
color: #CFA013;
}
</style>
background-color css
<style>
a { background-color: #CFA013; }
a { background-color: rgb(207,160,19); }
div.DivClassName
{
background-color: #CFA013;
}
.BgClassName
{
background-color: #CFA013;
}
</style>
border-color css
<style>
span { border-color: #CFA013; }
span { border-color: rgb(207,160,19); }
td.TdClassName
{
border-color: #CFA013;
}
.TagClassName
{
border-color: #CFA013;
}
</style>