Shades of Galliano #CFAC12
Tints of Galliano #CFAC12
RGB
CMYK
RGB Variations
Color information
#CFAC12 (or 0xCFAC12) is known color: Galliano. HEX triplet: CF, AC and 12. RGB value is (207,172,18). Sum of RGB (Red+Green+Blue) = 207+172+18=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC12 is #3053ED. Grayscale: #A5A5A5. Windows color (decimal): -3167214 or 1223887. OLE color: 1223887.
HSL color Cylindrical-coordinate representation of color #CFAC12: hue angle of 48.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFAC12 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 18 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.19 |
| HSL | 48.89º | 0.84% | 0.44% | - |
| HSV(B) | 48.89º | 0.91% | 0.81% | - |
| XYZ | 40.59 | 42.81 | 6.7 | - |
| YUV | 164.91 | 45.1 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 18 | 0 | 0.17 | 0.91 | 0.19 | 48.89 | 0.84 | 0.44 |
| Hex | CF | AC | 12 | 0 | 11 | 5B | 13 | 31 | 54 | 2C |
| Octal | 317 | 254 | 22 | 0 | 21 | 133 | 23 | 61 | 124 | 54 |
| Binary | 11001111 | 10101100 | 10010 | 0 | 10001 | 1011011 | 10011 | 110001 | 1010100 | 101100 |
Color Harmonies of #CFAC12
Complementary color
Monochromatic Colors of #CFAC12
Black with #CFAC12
Text Example
Text Example
White with #CFAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC12; }
p { color: rgb(207,172,18); }
H1.HeaderClassName
{
color: #CFAC12;
}
.AnyTagClassName
{
color: #CFAC12;
}
</style>
background-color css
<style>
a { background-color: #CFAC12; }
a { background-color: rgb(207,172,18); }
div.DivClassName
{
background-color: #CFAC12;
}
.BgClassName
{
background-color: #CFAC12;
}
</style>
border-color css
<style>
span { border-color: #CFAC12; }
span { border-color: rgb(207,172,18); }
td.TdClassName
{
border-color: #CFAC12;
}
.TagClassName
{
border-color: #CFAC12;
}
</style>