Shades of Galliano #CFA919
Tints of Galliano #CFA919
RGB
CMYK
RGB Variations
Color information
#CFA919 (or 0xCFA919) is known color: Galliano. HEX triplet: CF, A9 and 19. RGB value is (207,169,25). Sum of RGB (Red+Green+Blue) = 207+169+25=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA919 is #3056E6. Grayscale: #A4A4A4. Windows color (decimal): -3167975 or 1681871. OLE color: 1681871.
HSL color Cylindrical-coordinate representation of color #CFA919: hue angle of 47.47º 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 #CFA919 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 25 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.19 |
| HSL | 47.47º | 0.78% | 0.45% | - |
| HSV(B) | 47.47º | 0.88% | 0.81% | - |
| XYZ | 40.1 | 41.71 | 6.86 | - |
| YUV | 163.95 | 49.59 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 25 | 0 | 0.18 | 0.88 | 0.19 | 47.47 | 0.78 | 0.45 |
| Hex | CF | A9 | 19 | 0 | 12 | 58 | 13 | 2F | 4E | 2D |
| Octal | 317 | 251 | 31 | 0 | 22 | 130 | 23 | 57 | 116 | 55 |
| Binary | 11001111 | 10101001 | 11001 | 0 | 10010 | 1011000 | 10011 | 101111 | 1001110 | 101101 |
Color Harmonies of #CFA919
Complementary color
Monochromatic Colors of #CFA919
Black with #CFA919
Text Example
Text Example
White with #CFA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA919; }
p { color: rgb(207,169,25); }
H1.HeaderClassName
{
color: #CFA919;
}
.AnyTagClassName
{
color: #CFA919;
}
</style>
background-color css
<style>
a { background-color: #CFA919; }
a { background-color: rgb(207,169,25); }
div.DivClassName
{
background-color: #CFA919;
}
.BgClassName
{
background-color: #CFA919;
}
</style>
border-color css
<style>
span { border-color: #CFA919; }
span { border-color: rgb(207,169,25); }
td.TdClassName
{
border-color: #CFA919;
}
.TagClassName
{
border-color: #CFA919;
}
</style>