Shades of Metallic Gold #CFAB2F
Tints of Metallic Gold #CFAB2F
RGB
CMYK
RGB Variations
Color information
#CFAB2F (or 0xCFAB2F) is known color: Metallic Gold. HEX triplet: CF, AB and 2F. RGB value is (207,171,47). Sum of RGB (Red+Green+Blue) = 207+171+47=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB2F is #3054D0. Grayscale: #A8A8A8. Windows color (decimal): -3167441 or 3124175. OLE color: 3124175.
HSL color Cylindrical-coordinate representation of color #CFAB2F: hue angle of 46.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFAB2F is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 47 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.19 |
| HSL | 46.5º | 0.63% | 0.5% | - |
| HSV(B) | 46.5º | 0.77% | 0.81% | - |
| XYZ | 40.81 | 42.6 | 8.76 | - |
| YUV | 167.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 47 | 0 | 0.17 | 0.77 | 0.19 | 46.5 | 0.63 | 0.5 |
| Hex | CF | AB | 2F | 0 | 11 | 4D | 13 | 2E | 3F | 32 |
| Octal | 317 | 253 | 57 | 0 | 21 | 115 | 23 | 56 | 77 | 62 |
| Binary | 11001111 | 10101011 | 101111 | 0 | 10001 | 1001101 | 10011 | 101110 | 111111 | 110010 |
Color Harmonies of #CFAB2F
Complementary color
Monochromatic Colors of #CFAB2F
Black with #CFAB2F
Text Example
Text Example
White with #CFAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB2F; }
p { color: rgb(207,171,47); }
H1.HeaderClassName
{
color: #CFAB2F;
}
.AnyTagClassName
{
color: #CFAB2F;
}
</style>
background-color css
<style>
a { background-color: #CFAB2F; }
a { background-color: rgb(207,171,47); }
div.DivClassName
{
background-color: #CFAB2F;
}
.BgClassName
{
background-color: #CFAB2F;
}
</style>
border-color css
<style>
span { border-color: #CFAB2F; }
span { border-color: rgb(207,171,47); }
td.TdClassName
{
border-color: #CFAB2F;
}
.TagClassName
{
border-color: #CFAB2F;
}
</style>