Shades of Galliano #CFAC1C
Tints of Galliano #CFAC1C
RGB
CMYK
RGB Variations
Color information
#CFAC1C (or 0xCFAC1C) is known color: Galliano. HEX triplet: CF, AC and 1C. RGB value is (207,172,28). Sum of RGB (Red+Green+Blue) = 207+172+28=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC1C is #3053E3. Grayscale: #A6A6A6. Windows color (decimal): -3167204 or 1879247. OLE color: 1879247.
HSL color Cylindrical-coordinate representation of color #CFAC1C: hue angle of 48.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFAC1C is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 28 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.19 |
| HSL | 48.27º | 0.76% | 0.46% | - |
| HSV(B) | 48.27º | 0.86% | 0.81% | - |
| XYZ | 40.69 | 42.85 | 7.23 | - |
| YUV | 166.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 28 | 0 | 0.17 | 0.86 | 0.19 | 48.27 | 0.76 | 0.46 |
| Hex | CF | AC | 1C | 0 | 11 | 56 | 13 | 30 | 4C | 2E |
| Octal | 317 | 254 | 34 | 0 | 21 | 126 | 23 | 60 | 114 | 56 |
| Binary | 11001111 | 10101100 | 11100 | 0 | 10001 | 1010110 | 10011 | 110000 | 1001100 | 101110 |
Color Harmonies of #CFAC1C
Complementary color
Monochromatic Colors of #CFAC1C
Black with #CFAC1C
Text Example
Text Example
White with #CFAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC1C; }
p { color: rgb(207,172,28); }
H1.HeaderClassName
{
color: #CFAC1C;
}
.AnyTagClassName
{
color: #CFAC1C;
}
</style>
background-color css
<style>
a { background-color: #CFAC1C; }
a { background-color: rgb(207,172,28); }
div.DivClassName
{
background-color: #CFAC1C;
}
.BgClassName
{
background-color: #CFAC1C;
}
</style>
border-color css
<style>
span { border-color: #CFAC1C; }
span { border-color: rgb(207,172,28); }
td.TdClassName
{
border-color: #CFAC1C;
}
.TagClassName
{
border-color: #CFAC1C;
}
</style>