Shades of Metallic Gold #CFAC2E
Tints of Metallic Gold #CFAC2E
RGB
CMYK
RGB Variations
Color information
#CFAC2E (or 0xCFAC2E) is known color: Metallic Gold. HEX triplet: CF, AC and 2E. RGB value is (207,172,46). Sum of RGB (Red+Green+Blue) = 207+172+46=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC2E is #3053D1. Grayscale: #A8A8A8. Windows color (decimal): -3167186 or 3058895. OLE color: 3058895.
HSL color Cylindrical-coordinate representation of color #CFAC2E: hue angle of 46.96º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFAC2E is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 46 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.19 |
| HSL | 46.96º | 0.64% | 0.5% | - |
| HSV(B) | 46.96º | 0.78% | 0.81% | - |
| XYZ | 40.98 | 42.97 | 8.72 | - |
| YUV | 168.1 | 59.1 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 46 | 0 | 0.17 | 0.78 | 0.19 | 46.96 | 0.64 | 0.5 |
| Hex | CF | AC | 2E | 0 | 11 | 4E | 13 | 2F | 40 | 32 |
| Octal | 317 | 254 | 56 | 0 | 21 | 116 | 23 | 57 | 100 | 62 |
| Binary | 11001111 | 10101100 | 101110 | 0 | 10001 | 1001110 | 10011 | 101111 | 1000000 | 110010 |
Color Harmonies of #CFAC2E
Complementary color
Monochromatic Colors of #CFAC2E
Black with #CFAC2E
Text Example
Text Example
White with #CFAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC2E; }
p { color: rgb(207,172,46); }
H1.HeaderClassName
{
color: #CFAC2E;
}
.AnyTagClassName
{
color: #CFAC2E;
}
</style>
background-color css
<style>
a { background-color: #CFAC2E; }
a { background-color: rgb(207,172,46); }
div.DivClassName
{
background-color: #CFAC2E;
}
.BgClassName
{
background-color: #CFAC2E;
}
</style>
border-color css
<style>
span { border-color: #CFAC2E; }
span { border-color: rgb(207,172,46); }
td.TdClassName
{
border-color: #CFAC2E;
}
.TagClassName
{
border-color: #CFAC2E;
}
</style>