Shades of Galliano #CFA61F
Tints of Galliano #CFA61F
RGB
CMYK
RGB Variations
Color information
#CFA61F (or 0xCFA61F) is known color: Galliano. HEX triplet: CF, A6 and 1F. RGB value is (207,166,31). Sum of RGB (Red+Green+Blue) = 207+166+31=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA61F is #3059E0. Grayscale: #A3A3A3. Windows color (decimal): -3168737 or 2074319. OLE color: 2074319.
HSL color Cylindrical-coordinate representation of color #CFA61F: hue angle of 46.02º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFA61F is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 31 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.19 |
| HSL | 46.02º | 0.74% | 0.47% | - |
| HSV(B) | 46.02º | 0.85% | 0.81% | - |
| XYZ | 39.62 | 40.64 | 7.05 | - |
| YUV | 162.87 | 53.58 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 31 | 0 | 0.20 | 0.85 | 0.19 | 46.02 | 0.74 | 0.47 |
| Hex | CF | A6 | 1F | 0 | 14 | 55 | 13 | 2E | 4A | 2F |
| Octal | 317 | 246 | 37 | 0 | 24 | 125 | 23 | 56 | 112 | 57 |
| Binary | 11001111 | 10100110 | 11111 | 0 | 10100 | 1010101 | 10011 | 101110 | 1001010 | 101111 |
Color Harmonies of #CFA61F
Complementary color
Monochromatic Colors of #CFA61F
Black with #CFA61F
Text Example
Text Example
White with #CFA61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA61F; }
p { color: rgb(207,166,31); }
H1.HeaderClassName
{
color: #CFA61F;
}
.AnyTagClassName
{
color: #CFA61F;
}
</style>
background-color css
<style>
a { background-color: #CFA61F; }
a { background-color: rgb(207,166,31); }
div.DivClassName
{
background-color: #CFA61F;
}
.BgClassName
{
background-color: #CFA61F;
}
</style>
border-color css
<style>
span { border-color: #CFA61F; }
span { border-color: rgb(207,166,31); }
td.TdClassName
{
border-color: #CFA61F;
}
.TagClassName
{
border-color: #CFA61F;
}
</style>