Shades of Galliano #CFA719
Tints of Galliano #CFA719
RGB
CMYK
RGB Variations
Color information
#CFA719 (or 0xCFA719) is known color: Galliano. HEX triplet: CF, A7 and 19. RGB value is (207,167,25). Sum of RGB (Red+Green+Blue) = 207+167+25=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA719 is #3058E6. Grayscale: #A3A3A3. Windows color (decimal): -3168487 or 1681359. OLE color: 1681359.
HSL color Cylindrical-coordinate representation of color #CFA719: hue angle of 46.81º 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 #CFA719 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 25 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.19 |
| HSL | 46.81º | 0.78% | 0.45% | - |
| HSV(B) | 46.81º | 0.88% | 0.81% | - |
| XYZ | 39.73 | 40.97 | 6.73 | - |
| YUV | 162.77 | 50.25 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 25 | 0 | 0.19 | 0.88 | 0.19 | 46.81 | 0.78 | 0.45 |
| Hex | CF | A7 | 19 | 0 | 13 | 58 | 13 | 2F | 4E | 2D |
| Octal | 317 | 247 | 31 | 0 | 23 | 130 | 23 | 57 | 116 | 55 |
| Binary | 11001111 | 10100111 | 11001 | 0 | 10011 | 1011000 | 10011 | 101111 | 1001110 | 101101 |
Color Harmonies of #CFA719
Complementary color
Monochromatic Colors of #CFA719
Black with #CFA719
Text Example
Text Example
White with #CFA719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA719; }
p { color: rgb(207,167,25); }
H1.HeaderClassName
{
color: #CFA719;
}
.AnyTagClassName
{
color: #CFA719;
}
</style>
background-color css
<style>
a { background-color: #CFA719; }
a { background-color: rgb(207,167,25); }
div.DivClassName
{
background-color: #CFA719;
}
.BgClassName
{
background-color: #CFA719;
}
</style>
border-color css
<style>
span { border-color: #CFA719; }
span { border-color: rgb(207,167,25); }
td.TdClassName
{
border-color: #CFA719;
}
.TagClassName
{
border-color: #CFA719;
}
</style>