Shades of Metallic Gold #CFAB2E
Tints of Metallic Gold #CFAB2E
RGB
CMYK
RGB Variations
Color information
#CFAB2E (or 0xCFAB2E) is known color: Metallic Gold. HEX triplet: CF, AB and 2E. RGB value is (207,171,46). Sum of RGB (Red+Green+Blue) = 207+171+46=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB2E is #3054D1. Grayscale: #A8A8A8. Windows color (decimal): -3167442 or 3058639. OLE color: 3058639.
HSL color Cylindrical-coordinate representation of color #CFAB2E: hue angle of 46.58º 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 #CFAB2E is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 46 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.19 |
| HSL | 46.58º | 0.64% | 0.5% | - |
| HSV(B) | 46.58º | 0.78% | 0.81% | - |
| XYZ | 40.79 | 42.59 | 8.66 | - |
| YUV | 167.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 46 | 0 | 0.17 | 0.78 | 0.19 | 46.58 | 0.64 | 0.5 |
| Hex | CF | AB | 2E | 0 | 11 | 4E | 13 | 2F | 40 | 32 |
| Octal | 317 | 253 | 56 | 0 | 21 | 116 | 23 | 57 | 100 | 62 |
| Binary | 11001111 | 10101011 | 101110 | 0 | 10001 | 1001110 | 10011 | 101111 | 1000000 | 110010 |
Color Harmonies of #CFAB2E
Complementary color
Monochromatic Colors of #CFAB2E
Black with #CFAB2E
Text Example
Text Example
White with #CFAB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB2E; }
p { color: rgb(207,171,46); }
H1.HeaderClassName
{
color: #CFAB2E;
}
.AnyTagClassName
{
color: #CFAB2E;
}
</style>
background-color css
<style>
a { background-color: #CFAB2E; }
a { background-color: rgb(207,171,46); }
div.DivClassName
{
background-color: #CFAB2E;
}
.BgClassName
{
background-color: #CFAB2E;
}
</style>
border-color css
<style>
span { border-color: #CFAB2E; }
span { border-color: rgb(207,171,46); }
td.TdClassName
{
border-color: #CFAB2E;
}
.TagClassName
{
border-color: #CFAB2E;
}
</style>