Shades of Galliano #CFA809
Tints of Galliano #CFA809
RGB
CMYK
RGB Variations
Color information
#CFA809 (or 0xCFA809) is known color: Galliano. HEX triplet: CF, A8 and 09. RGB value is (207,168,9). Sum of RGB (Red+Green+Blue) = 207+168+9=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA809 is #3057F6. Grayscale: #A2A2A2. Windows color (decimal): -3168247 or 633039. OLE color: 633039.
HSL color Cylindrical-coordinate representation of color #CFA809: hue angle of 48.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFA809 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.19 |
| HSL | 48.18º | 0.92% | 0.42% | - |
| HSV(B) | 48.18º | 0.96% | 0.81% | - |
| XYZ | 39.78 | 41.29 | 6.13 | - |
| YUV | 161.54 | 41.92 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 9 | 0 | 0.19 | 0.96 | 0.19 | 48.18 | 0.92 | 0.42 |
| Hex | CF | A8 | 9 | 0 | 13 | 60 | 13 | 30 | 5C | 2A |
| Octal | 317 | 250 | 11 | 0 | 23 | 140 | 23 | 60 | 134 | 52 |
| Binary | 11001111 | 10101000 | 1001 | 0 | 10011 | 1100000 | 10011 | 110000 | 1011100 | 101010 |
Color Harmonies of #CFA809
Complementary color
Monochromatic Colors of #CFA809
Black with #CFA809
Text Example
Text Example
White with #CFA809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA809; }
p { color: rgb(207,168,9); }
H1.HeaderClassName
{
color: #CFA809;
}
.AnyTagClassName
{
color: #CFA809;
}
</style>
background-color css
<style>
a { background-color: #CFA809; }
a { background-color: rgb(207,168,9); }
div.DivClassName
{
background-color: #CFA809;
}
.BgClassName
{
background-color: #CFA809;
}
</style>
border-color css
<style>
span { border-color: #CFA809; }
span { border-color: rgb(207,168,9); }
td.TdClassName
{
border-color: #CFA809;
}
.TagClassName
{
border-color: #CFA809;
}
</style>