Shades of Galliano #CFA61C
Tints of Galliano #CFA61C
RGB
CMYK
RGB Variations
Color information
#CFA61C (or 0xCFA61C) is known color: Galliano. HEX triplet: CF, A6 and 1C. RGB value is (207,166,28). Sum of RGB (Red+Green+Blue) = 207+166+28=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA61C is #3059E3. Grayscale: #A3A3A3. Windows color (decimal): -3168740 or 1877711. OLE color: 1877711.
HSL color Cylindrical-coordinate representation of color #CFA61C: hue angle of 46.26º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFA61C is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 28 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.19 |
| HSL | 46.26º | 0.76% | 0.46% | - |
| HSV(B) | 46.26º | 0.86% | 0.81% | - |
| XYZ | 39.58 | 40.62 | 6.85 | - |
| YUV | 162.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 28 | 0 | 0.20 | 0.86 | 0.19 | 46.26 | 0.76 | 0.46 |
| Hex | CF | A6 | 1C | 0 | 14 | 56 | 13 | 2E | 4C | 2E |
| Octal | 317 | 246 | 34 | 0 | 24 | 126 | 23 | 56 | 114 | 56 |
| Binary | 11001111 | 10100110 | 11100 | 0 | 10100 | 1010110 | 10011 | 101110 | 1001100 | 101110 |
Color Harmonies of #CFA61C
Complementary color
Monochromatic Colors of #CFA61C
Black with #CFA61C
Text Example
Text Example
White with #CFA61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA61C; }
p { color: rgb(207,166,28); }
H1.HeaderClassName
{
color: #CFA61C;
}
.AnyTagClassName
{
color: #CFA61C;
}
</style>
background-color css
<style>
a { background-color: #CFA61C; }
a { background-color: rgb(207,166,28); }
div.DivClassName
{
background-color: #CFA61C;
}
.BgClassName
{
background-color: #CFA61C;
}
</style>
border-color css
<style>
span { border-color: #CFA61C; }
span { border-color: rgb(207,166,28); }
td.TdClassName
{
border-color: #CFA61C;
}
.TagClassName
{
border-color: #CFA61C;
}
</style>