Shades of Galliano #CFA119
Tints of Galliano #CFA119
RGB
CMYK
RGB Variations
Color information
#CFA119 (or 0xCFA119) is known color: Galliano. HEX triplet: CF, A1 and 19. RGB value is (207,161,25). Sum of RGB (Red+Green+Blue) = 207+161+25=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA119 is #305EE6. Grayscale: #9F9F9F. Windows color (decimal): -3170023 or 1679823. OLE color: 1679823.
HSL color Cylindrical-coordinate representation of color #CFA119: hue angle of 44.84º 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 #CFA119 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 25 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.19 |
| HSL | 44.84º | 0.78% | 0.45% | - |
| HSV(B) | 44.84º | 0.88% | 0.81% | - |
| XYZ | 38.65 | 38.83 | 6.38 | - |
| YUV | 159.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 25 | 0 | 0.22 | 0.88 | 0.19 | 44.84 | 0.78 | 0.45 |
| Hex | CF | A1 | 19 | 0 | 16 | 58 | 13 | 2D | 4E | 2D |
| Octal | 317 | 241 | 31 | 0 | 26 | 130 | 23 | 55 | 116 | 55 |
| Binary | 11001111 | 10100001 | 11001 | 0 | 10110 | 1011000 | 10011 | 101101 | 1001110 | 101101 |
Color Harmonies of #CFA119
Complementary color
Monochromatic Colors of #CFA119
Black with #CFA119
Text Example
Text Example
White with #CFA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA119; }
p { color: rgb(207,161,25); }
H1.HeaderClassName
{
color: #CFA119;
}
.AnyTagClassName
{
color: #CFA119;
}
</style>
background-color css
<style>
a { background-color: #CFA119; }
a { background-color: rgb(207,161,25); }
div.DivClassName
{
background-color: #CFA119;
}
.BgClassName
{
background-color: #CFA119;
}
</style>
border-color css
<style>
span { border-color: #CFA119; }
span { border-color: rgb(207,161,25); }
td.TdClassName
{
border-color: #CFA119;
}
.TagClassName
{
border-color: #CFA119;
}
</style>