Shades of Galliano #CFAF16
Tints of Galliano #CFAF16
RGB
CMYK
RGB Variations
Color information
#CFAF16 (or 0xCFAF16) is known color: Galliano. HEX triplet: CF, AF and 16. RGB value is (207,175,22). Sum of RGB (Red+Green+Blue) = 207+175+22=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF16 is #3050E9. Grayscale: #A7A7A7. Windows color (decimal): -3166442 or 1486799. OLE color: 1486799.
HSL color Cylindrical-coordinate representation of color #CFAF16: hue angle of 49.62º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFAF16 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 22 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.19 |
| HSL | 49.62º | 0.81% | 0.45% | - |
| HSV(B) | 49.62º | 0.89% | 0.81% | - |
| XYZ | 41.21 | 43.98 | 7.08 | - |
| YUV | 167.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 22 | 0 | 0.15 | 0.89 | 0.19 | 49.62 | 0.81 | 0.45 |
| Hex | CF | AF | 16 | 0 | F | 59 | 13 | 32 | 51 | 2D |
| Octal | 317 | 257 | 26 | 0 | 17 | 131 | 23 | 62 | 121 | 55 |
| Binary | 11001111 | 10101111 | 10110 | 0 | 1111 | 1011001 | 10011 | 110010 | 1010001 | 101101 |
Color Harmonies of #CFAF16
Complementary color
Monochromatic Colors of #CFAF16
Black with #CFAF16
Text Example
Text Example
White with #CFAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF16; }
p { color: rgb(207,175,22); }
H1.HeaderClassName
{
color: #CFAF16;
}
.AnyTagClassName
{
color: #CFAF16;
}
</style>
background-color css
<style>
a { background-color: #CFAF16; }
a { background-color: rgb(207,175,22); }
div.DivClassName
{
background-color: #CFAF16;
}
.BgClassName
{
background-color: #CFAF16;
}
</style>
border-color css
<style>
span { border-color: #CFAF16; }
span { border-color: rgb(207,175,22); }
td.TdClassName
{
border-color: #CFAF16;
}
.TagClassName
{
border-color: #CFAF16;
}
</style>