Shades of Metallic Gold #CFAC3A
Tints of Metallic Gold #CFAC3A
RGB
CMYK
RGB Variations
Color information
#CFAC3A (or 0xCFAC3A) is known color: Metallic Gold. HEX triplet: CF, AC and 3A. RGB value is (207,172,58). Sum of RGB (Red+Green+Blue) = 207+172+58=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC3A is #3053C5. Grayscale: #A9A9A9. Windows color (decimal): -3167174 or 3845327. OLE color: 3845327.
HSL color Cylindrical-coordinate representation of color #CFAC3A: hue angle of 45.91º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFAC3A is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 58 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.19 |
| HSL | 45.91º | 0.61% | 0.52% | - |
| HSV(B) | 45.91º | 0.72% | 0.81% | - |
| XYZ | 41.25 | 43.08 | 10.14 | - |
| YUV | 169.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 58 | 0 | 0.17 | 0.72 | 0.19 | 45.91 | 0.61 | 0.52 |
| Hex | CF | AC | 3A | 0 | 11 | 48 | 13 | 2E | 3D | 34 |
| Octal | 317 | 254 | 72 | 0 | 21 | 110 | 23 | 56 | 75 | 64 |
| Binary | 11001111 | 10101100 | 111010 | 0 | 10001 | 1001000 | 10011 | 101110 | 111101 | 110100 |
Color Harmonies of #CFAC3A
Complementary color
Monochromatic Colors of #CFAC3A
Black with #CFAC3A
Text Example
Text Example
White with #CFAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC3A; }
p { color: rgb(207,172,58); }
H1.HeaderClassName
{
color: #CFAC3A;
}
.AnyTagClassName
{
color: #CFAC3A;
}
</style>
background-color css
<style>
a { background-color: #CFAC3A; }
a { background-color: rgb(207,172,58); }
div.DivClassName
{
background-color: #CFAC3A;
}
.BgClassName
{
background-color: #CFAC3A;
}
</style>
border-color css
<style>
span { border-color: #CFAC3A; }
span { border-color: rgb(207,172,58); }
td.TdClassName
{
border-color: #CFAC3A;
}
.TagClassName
{
border-color: #CFAC3A;
}
</style>