Shades of Galliano #CFA40E
Tints of Galliano #CFA40E
RGB
CMYK
RGB Variations
Color information
#CFA40E (or 0xCFA40E) is known color: Galliano. HEX triplet: CF, A4 and 0E. RGB value is (207,164,14). Sum of RGB (Red+Green+Blue) = 207+164+14=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA40E is #305BF1. Grayscale: #A0A0A0. Windows color (decimal): -3169266 or 959695. OLE color: 959695.
HSL color Cylindrical-coordinate representation of color #CFA40E: hue angle of 46.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFA40E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 14 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.19 |
| HSL | 46.63º | 0.87% | 0.43% | - |
| HSV(B) | 46.63º | 0.93% | 0.81% | - |
| XYZ | 39.09 | 39.85 | 6.05 | - |
| YUV | 159.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 14 | 0 | 0.21 | 0.93 | 0.19 | 46.63 | 0.87 | 0.43 |
| Hex | CF | A4 | E | 0 | 15 | 5D | 13 | 2F | 57 | 2B |
| Octal | 317 | 244 | 16 | 0 | 25 | 135 | 23 | 57 | 127 | 53 |
| Binary | 11001111 | 10100100 | 1110 | 0 | 10101 | 1011101 | 10011 | 101111 | 1010111 | 101011 |
Color Harmonies of #CFA40E
Complementary color
Monochromatic Colors of #CFA40E
Black with #CFA40E
Text Example
Text Example
White with #CFA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA40E; }
p { color: rgb(207,164,14); }
H1.HeaderClassName
{
color: #CFA40E;
}
.AnyTagClassName
{
color: #CFA40E;
}
</style>
background-color css
<style>
a { background-color: #CFA40E; }
a { background-color: rgb(207,164,14); }
div.DivClassName
{
background-color: #CFA40E;
}
.BgClassName
{
background-color: #CFA40E;
}
</style>
border-color css
<style>
span { border-color: #CFA40E; }
span { border-color: rgb(207,164,14); }
td.TdClassName
{
border-color: #CFA40E;
}
.TagClassName
{
border-color: #CFA40E;
}
</style>