Shades of Galliano #CFA80C
Tints of Galliano #CFA80C
RGB
CMYK
RGB Variations
Color information
#CFA80C (or 0xCFA80C) is known color: Galliano. HEX triplet: CF, A8 and 0C. RGB value is (207,168,12). Sum of RGB (Red+Green+Blue) = 207+168+12=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA80C is #3057F3. Grayscale: #A2A2A2. Windows color (decimal): -3168244 or 829647. OLE color: 829647.
HSL color Cylindrical-coordinate representation of color #CFA80C: hue angle of 48º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA80C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.19 |
| HSL | 48º | 0.89% | 0.43% | - |
| HSV(B) | 48º | 0.94% | 0.81% | - |
| XYZ | 39.8 | 41.3 | 6.22 | - |
| YUV | 161.88 | 43.42 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 12 | 0 | 0.19 | 0.94 | 0.19 | 48 | 0.89 | 0.43 |
| Hex | CF | A8 | C | 0 | 13 | 5E | 13 | 30 | 59 | 2B |
| Octal | 317 | 250 | 14 | 0 | 23 | 136 | 23 | 60 | 131 | 53 |
| Binary | 11001111 | 10101000 | 1100 | 0 | 10011 | 1011110 | 10011 | 110000 | 1011001 | 101011 |
Color Harmonies of #CFA80C
Complementary color
Monochromatic Colors of #CFA80C
Black with #CFA80C
Text Example
Text Example
White with #CFA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA80C; }
p { color: rgb(207,168,12); }
H1.HeaderClassName
{
color: #CFA80C;
}
.AnyTagClassName
{
color: #CFA80C;
}
</style>
background-color css
<style>
a { background-color: #CFA80C; }
a { background-color: rgb(207,168,12); }
div.DivClassName
{
background-color: #CFA80C;
}
.BgClassName
{
background-color: #CFA80C;
}
</style>
border-color css
<style>
span { border-color: #CFA80C; }
span { border-color: rgb(207,168,12); }
td.TdClassName
{
border-color: #CFA80C;
}
.TagClassName
{
border-color: #CFA80C;
}
</style>