Shades of Metallic Gold #CFAC3C
Tints of Metallic Gold #CFAC3C
RGB
CMYK
RGB Variations
Color information
#CFAC3C (or 0xCFAC3C) is known color: Metallic Gold. HEX triplet: CF, AC and 3C. RGB value is (207,172,60). Sum of RGB (Red+Green+Blue) = 207+172+60=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC3C is #3053C3. Grayscale: #AAAAAA. Windows color (decimal): -3167172 or 3976399. OLE color: 3976399.
HSL color Cylindrical-coordinate representation of color #CFAC3C: hue angle of 45.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFAC3C is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 60 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.19 |
| HSL | 45.71º | 0.6% | 0.52% | - |
| HSV(B) | 45.71º | 0.71% | 0.81% | - |
| XYZ | 41.3 | 43.1 | 10.42 | - |
| YUV | 169.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 60 | 0 | 0.17 | 0.71 | 0.19 | 45.71 | 0.6 | 0.52 |
| Hex | CF | AC | 3C | 0 | 11 | 47 | 13 | 2E | 3C | 34 |
| Octal | 317 | 254 | 74 | 0 | 21 | 107 | 23 | 56 | 74 | 64 |
| Binary | 11001111 | 10101100 | 111100 | 0 | 10001 | 1000111 | 10011 | 101110 | 111100 | 110100 |
Color Harmonies of #CFAC3C
Complementary color
Monochromatic Colors of #CFAC3C
Black with #CFAC3C
Text Example
Text Example
White with #CFAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC3C; }
p { color: rgb(207,172,60); }
H1.HeaderClassName
{
color: #CFAC3C;
}
.AnyTagClassName
{
color: #CFAC3C;
}
</style>
background-color css
<style>
a { background-color: #CFAC3C; }
a { background-color: rgb(207,172,60); }
div.DivClassName
{
background-color: #CFAC3C;
}
.BgClassName
{
background-color: #CFAC3C;
}
</style>
border-color css
<style>
span { border-color: #CFAC3C; }
span { border-color: rgb(207,172,60); }
td.TdClassName
{
border-color: #CFAC3C;
}
.TagClassName
{
border-color: #CFAC3C;
}
</style>