Shades of Galliano #CFAC14
Tints of Galliano #CFAC14
RGB
CMYK
RGB Variations
Color information
#CFAC14 (or 0xCFAC14) is known color: Galliano. HEX triplet: CF, AC and 14. RGB value is (207,172,20). Sum of RGB (Red+Green+Blue) = 207+172+20=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC14 is #3053EB. Grayscale: #A5A5A5. Windows color (decimal): -3167212 or 1354959. OLE color: 1354959.
HSL color Cylindrical-coordinate representation of color #CFAC14: hue angle of 48.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFAC14 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 20 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.19 |
| HSL | 48.77º | 0.82% | 0.45% | - |
| HSV(B) | 48.77º | 0.9% | 0.81% | - |
| XYZ | 40.61 | 42.82 | 6.79 | - |
| YUV | 165.14 | 46.1 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 20 | 0 | 0.17 | 0.90 | 0.19 | 48.77 | 0.82 | 0.45 |
| Hex | CF | AC | 14 | 0 | 11 | 5A | 13 | 31 | 52 | 2D |
| Octal | 317 | 254 | 24 | 0 | 21 | 132 | 23 | 61 | 122 | 55 |
| Binary | 11001111 | 10101100 | 10100 | 0 | 10001 | 1011010 | 10011 | 110001 | 1010010 | 101101 |
Color Harmonies of #CFAC14
Complementary color
Monochromatic Colors of #CFAC14
Black with #CFAC14
Text Example
Text Example
White with #CFAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC14; }
p { color: rgb(207,172,20); }
H1.HeaderClassName
{
color: #CFAC14;
}
.AnyTagClassName
{
color: #CFAC14;
}
</style>
background-color css
<style>
a { background-color: #CFAC14; }
a { background-color: rgb(207,172,20); }
div.DivClassName
{
background-color: #CFAC14;
}
.BgClassName
{
background-color: #CFAC14;
}
</style>
border-color css
<style>
span { border-color: #CFAC14; }
span { border-color: rgb(207,172,20); }
td.TdClassName
{
border-color: #CFAC14;
}
.TagClassName
{
border-color: #CFAC14;
}
</style>