Shades of Metallic Gold #CFAC37
Tints of Metallic Gold #CFAC37
RGB
CMYK
RGB Variations
Color information
#CFAC37 (or 0xCFAC37) is known color: Metallic Gold. HEX triplet: CF, AC and 37. RGB value is (207,172,55). Sum of RGB (Red+Green+Blue) = 207+172+55=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC37 is #3053C8. Grayscale: #A9A9A9. Windows color (decimal): -3167177 or 3648719. OLE color: 3648719.
HSL color Cylindrical-coordinate representation of color #CFAC37: hue angle of 46.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFAC37 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 55 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.19 |
| HSL | 46.18º | 0.61% | 0.51% | - |
| HSV(B) | 46.18º | 0.73% | 0.81% | - |
| XYZ | 41.17 | 43.05 | 9.75 | - |
| YUV | 169.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 55 | 0 | 0.17 | 0.73 | 0.19 | 46.18 | 0.61 | 0.51 |
| Hex | CF | AC | 37 | 0 | 11 | 49 | 13 | 2E | 3D | 33 |
| Octal | 317 | 254 | 67 | 0 | 21 | 111 | 23 | 56 | 75 | 63 |
| Binary | 11001111 | 10101100 | 110111 | 0 | 10001 | 1001001 | 10011 | 101110 | 111101 | 110011 |
Color Harmonies of #CFAC37
Complementary color
Monochromatic Colors of #CFAC37
Black with #CFAC37
Text Example
Text Example
White with #CFAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC37; }
p { color: rgb(207,172,55); }
H1.HeaderClassName
{
color: #CFAC37;
}
.AnyTagClassName
{
color: #CFAC37;
}
</style>
background-color css
<style>
a { background-color: #CFAC37; }
a { background-color: rgb(207,172,55); }
div.DivClassName
{
background-color: #CFAC37;
}
.BgClassName
{
background-color: #CFAC37;
}
</style>
border-color css
<style>
span { border-color: #CFAC37; }
span { border-color: rgb(207,172,55); }
td.TdClassName
{
border-color: #CFAC37;
}
.TagClassName
{
border-color: #CFAC37;
}
</style>