Shades of Galliano #CFAB16
Tints of Galliano #CFAB16
RGB
CMYK
RGB Variations
Color information
#CFAB16 (or 0xCFAB16) is known color: Galliano. HEX triplet: CF, AB and 16. RGB value is (207,171,22). Sum of RGB (Red+Green+Blue) = 207+171+22=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAB16 is #3054E9. Grayscale: #A5A5A5. Windows color (decimal): -3167466 or 1485775. OLE color: 1485775.
HSL color Cylindrical-coordinate representation of color #CFAB16: hue angle of 48.32º 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 #CFAB16 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 22 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.19 |
| HSL | 48.32º | 0.81% | 0.45% | - |
| HSV(B) | 48.32º | 0.89% | 0.81% | - |
| XYZ | 40.44 | 42.45 | 6.82 | - |
| YUV | 164.78 | 47.43 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 22 | 0 | 0.17 | 0.89 | 0.19 | 48.32 | 0.81 | 0.45 |
| Hex | CF | AB | 16 | 0 | 11 | 59 | 13 | 30 | 51 | 2D |
| Octal | 317 | 253 | 26 | 0 | 21 | 131 | 23 | 60 | 121 | 55 |
| Binary | 11001111 | 10101011 | 10110 | 0 | 10001 | 1011001 | 10011 | 110000 | 1010001 | 101101 |
Color Harmonies of #CFAB16
Complementary color
Monochromatic Colors of #CFAB16
Black with #CFAB16
Text Example
Text Example
White with #CFAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB16; }
p { color: rgb(207,171,22); }
H1.HeaderClassName
{
color: #CFAB16;
}
.AnyTagClassName
{
color: #CFAB16;
}
</style>
background-color css
<style>
a { background-color: #CFAB16; }
a { background-color: rgb(207,171,22); }
div.DivClassName
{
background-color: #CFAB16;
}
.BgClassName
{
background-color: #CFAB16;
}
</style>
border-color css
<style>
span { border-color: #CFAB16; }
span { border-color: rgb(207,171,22); }
td.TdClassName
{
border-color: #CFAB16;
}
.TagClassName
{
border-color: #CFAB16;
}
</style>