Shades of Galliano #CFA20E
Tints of Galliano #CFA20E
RGB
CMYK
RGB Variations
Color information
#CFA20E (or 0xCFA20E) is known color: Galliano. HEX triplet: CF, A2 and 0E. RGB value is (207,162,14). Sum of RGB (Red+Green+Blue) = 207+162+14=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA20E is #305DF1. Grayscale: #9F9F9F. Windows color (decimal): -3169778 or 959183. OLE color: 959183.
HSL color Cylindrical-coordinate representation of color #CFA20E: hue angle of 46.01º 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 #CFA20E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.19 |
| HSL | 46.01º | 0.87% | 0.43% | - |
| HSV(B) | 46.01º | 0.93% | 0.81% | - |
| XYZ | 38.73 | 39.14 | 5.93 | - |
| YUV | 158.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 14 | 0 | 0.22 | 0.93 | 0.19 | 46.01 | 0.87 | 0.43 |
| Hex | CF | A2 | E | 0 | 16 | 5D | 13 | 2E | 57 | 2B |
| Octal | 317 | 242 | 16 | 0 | 26 | 135 | 23 | 56 | 127 | 53 |
| Binary | 11001111 | 10100010 | 1110 | 0 | 10110 | 1011101 | 10011 | 101110 | 1010111 | 101011 |
Color Harmonies of #CFA20E
Complementary color
Monochromatic Colors of #CFA20E
Black with #CFA20E
Text Example
Text Example
White with #CFA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA20E; }
p { color: rgb(207,162,14); }
H1.HeaderClassName
{
color: #CFA20E;
}
.AnyTagClassName
{
color: #CFA20E;
}
</style>
background-color css
<style>
a { background-color: #CFA20E; }
a { background-color: rgb(207,162,14); }
div.DivClassName
{
background-color: #CFA20E;
}
.BgClassName
{
background-color: #CFA20E;
}
</style>
border-color css
<style>
span { border-color: #CFA20E; }
span { border-color: rgb(207,162,14); }
td.TdClassName
{
border-color: #CFA20E;
}
.TagClassName
{
border-color: #CFA20E;
}
</style>