Shades of Galliano #CFA819
Tints of Galliano #CFA819
RGB
CMYK
RGB Variations
Color information
#CFA819 (or 0xCFA819) is known color: Galliano. HEX triplet: CF, A8 and 19. RGB value is (207,168,25). Sum of RGB (Red+Green+Blue) = 207+168+25=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA819 is #3057E6. Grayscale: #A3A3A3. Windows color (decimal): -3168231 or 1681615. OLE color: 1681615.
HSL color Cylindrical-coordinate representation of color #CFA819: hue angle of 47.14º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFA819 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 25 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.19 |
| HSL | 47.14º | 0.78% | 0.45% | - |
| HSV(B) | 47.14º | 0.88% | 0.81% | - |
| XYZ | 39.91 | 41.34 | 6.8 | - |
| YUV | 163.36 | 49.92 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 25 | 0 | 0.19 | 0.88 | 0.19 | 47.14 | 0.78 | 0.45 |
| Hex | CF | A8 | 19 | 0 | 13 | 58 | 13 | 2F | 4E | 2D |
| Octal | 317 | 250 | 31 | 0 | 23 | 130 | 23 | 57 | 116 | 55 |
| Binary | 11001111 | 10101000 | 11001 | 0 | 10011 | 1011000 | 10011 | 101111 | 1001110 | 101101 |
Color Harmonies of #CFA819
Complementary color
Monochromatic Colors of #CFA819
Black with #CFA819
Text Example
Text Example
White with #CFA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA819; }
p { color: rgb(207,168,25); }
H1.HeaderClassName
{
color: #CFA819;
}
.AnyTagClassName
{
color: #CFA819;
}
</style>
background-color css
<style>
a { background-color: #CFA819; }
a { background-color: rgb(207,168,25); }
div.DivClassName
{
background-color: #CFA819;
}
.BgClassName
{
background-color: #CFA819;
}
</style>
border-color css
<style>
span { border-color: #CFA819; }
span { border-color: rgb(207,168,25); }
td.TdClassName
{
border-color: #CFA819;
}
.TagClassName
{
border-color: #CFA819;
}
</style>