Shades of Galliano #CFA40C
Tints of Galliano #CFA40C
RGB
CMYK
RGB Variations
Color information
#CFA40C (or 0xCFA40C) is known color: Galliano. HEX triplet: CF, A4 and 0C. RGB value is (207,164,12). Sum of RGB (Red+Green+Blue) = 207+164+12=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA40C is #305BF3. Grayscale: #A0A0A0. Windows color (decimal): -3169268 or 828623. OLE color: 828623.
HSL color Cylindrical-coordinate representation of color #CFA40C: hue angle of 46.77º 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 #CFA40C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 12 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.19 |
| HSL | 46.77º | 0.89% | 0.43% | - |
| HSV(B) | 46.77º | 0.94% | 0.81% | - |
| XYZ | 39.07 | 39.84 | 5.98 | - |
| YUV | 159.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 12 | 0 | 0.21 | 0.94 | 0.19 | 46.77 | 0.89 | 0.43 |
| Hex | CF | A4 | C | 0 | 15 | 5E | 13 | 2F | 59 | 2B |
| Octal | 317 | 244 | 14 | 0 | 25 | 136 | 23 | 57 | 131 | 53 |
| Binary | 11001111 | 10100100 | 1100 | 0 | 10101 | 1011110 | 10011 | 101111 | 1011001 | 101011 |
Color Harmonies of #CFA40C
Complementary color
Monochromatic Colors of #CFA40C
Black with #CFA40C
Text Example
Text Example
White with #CFA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA40C; }
p { color: rgb(207,164,12); }
H1.HeaderClassName
{
color: #CFA40C;
}
.AnyTagClassName
{
color: #CFA40C;
}
</style>
background-color css
<style>
a { background-color: #CFA40C; }
a { background-color: rgb(207,164,12); }
div.DivClassName
{
background-color: #CFA40C;
}
.BgClassName
{
background-color: #CFA40C;
}
</style>
border-color css
<style>
span { border-color: #CFA40C; }
span { border-color: rgb(207,164,12); }
td.TdClassName
{
border-color: #CFA40C;
}
.TagClassName
{
border-color: #CFA40C;
}
</style>