Shades of Galliano #CFA02F
Tints of Galliano #CFA02F
RGB
CMYK
RGB Variations
Color information
#CFA02F (or 0xCFA02F) is known color: Galliano. HEX triplet: CF, A0 and 2F. RGB value is (207,160,47). Sum of RGB (Red+Green+Blue) = 207+160+47=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA02F is #305FD0. Grayscale: #A1A1A1. Windows color (decimal): -3170257 or 3121359. OLE color: 3121359.
HSL color Cylindrical-coordinate representation of color #CFA02F: hue angle of 42.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFA02F is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 47 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.19 |
| HSL | 42.38º | 0.63% | 0.5% | - |
| HSV(B) | 42.38º | 0.77% | 0.81% | - |
| XYZ | 38.82 | 38.61 | 8.1 | - |
| YUV | 161.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 47 | 0 | 0.23 | 0.77 | 0.19 | 42.38 | 0.63 | 0.5 |
| Hex | CF | A0 | 2F | 0 | 17 | 4D | 13 | 2A | 3F | 32 |
| Octal | 317 | 240 | 57 | 0 | 27 | 115 | 23 | 52 | 77 | 62 |
| Binary | 11001111 | 10100000 | 101111 | 0 | 10111 | 1001101 | 10011 | 101010 | 111111 | 110010 |
Color Harmonies of #CFA02F
Complementary color
Monochromatic Colors of #CFA02F
Black with #CFA02F
Text Example
Text Example
White with #CFA02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA02F; }
p { color: rgb(207,160,47); }
H1.HeaderClassName
{
color: #CFA02F;
}
.AnyTagClassName
{
color: #CFA02F;
}
</style>
background-color css
<style>
a { background-color: #CFA02F; }
a { background-color: rgb(207,160,47); }
div.DivClassName
{
background-color: #CFA02F;
}
.BgClassName
{
background-color: #CFA02F;
}
</style>
border-color css
<style>
span { border-color: #CFA02F; }
span { border-color: rgb(207,160,47); }
td.TdClassName
{
border-color: #CFA02F;
}
.TagClassName
{
border-color: #CFA02F;
}
</style>