Shades of Galliano #CFAC16
Tints of Galliano #CFAC16
RGB
CMYK
RGB Variations
Color information
#CFAC16 (or 0xCFAC16) is known color: Galliano. HEX triplet: CF, AC and 16. RGB value is (207,172,22). Sum of RGB (Red+Green+Blue) = 207+172+22=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC16 is #3053E9. Grayscale: #A5A5A5. Windows color (decimal): -3167210 or 1486031. OLE color: 1486031.
HSL color Cylindrical-coordinate representation of color #CFAC16: hue angle of 48.65º 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 #CFAC16 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 22 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.19 |
| HSL | 48.65º | 0.81% | 0.45% | - |
| HSV(B) | 48.65º | 0.89% | 0.81% | - |
| XYZ | 40.63 | 42.83 | 6.88 | - |
| YUV | 165.37 | 47.1 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 22 | 0 | 0.17 | 0.89 | 0.19 | 48.65 | 0.81 | 0.45 |
| Hex | CF | AC | 16 | 0 | 11 | 59 | 13 | 31 | 51 | 2D |
| Octal | 317 | 254 | 26 | 0 | 21 | 131 | 23 | 61 | 121 | 55 |
| Binary | 11001111 | 10101100 | 10110 | 0 | 10001 | 1011001 | 10011 | 110001 | 1010001 | 101101 |
Color Harmonies of #CFAC16
Complementary color
Monochromatic Colors of #CFAC16
Black with #CFAC16
Text Example
Text Example
White with #CFAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC16; }
p { color: rgb(207,172,22); }
H1.HeaderClassName
{
color: #CFAC16;
}
.AnyTagClassName
{
color: #CFAC16;
}
</style>
background-color css
<style>
a { background-color: #CFAC16; }
a { background-color: rgb(207,172,22); }
div.DivClassName
{
background-color: #CFAC16;
}
.BgClassName
{
background-color: #CFAC16;
}
</style>
border-color css
<style>
span { border-color: #CFAC16; }
span { border-color: rgb(207,172,22); }
td.TdClassName
{
border-color: #CFAC16;
}
.TagClassName
{
border-color: #CFAC16;
}
</style>