Shades of Metallic Gold #CFAB3E
Tints of Metallic Gold #CFAB3E
RGB
CMYK
RGB Variations
Color information
#CFAB3E (or 0xCFAB3E) is known color: Metallic Gold. HEX triplet: CF, AB and 3E. RGB value is (207,171,62). Sum of RGB (Red+Green+Blue) = 207+171+62=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB3E is #3054C1. Grayscale: #A9A9A9. Windows color (decimal): -3167426 or 4107215. OLE color: 4107215.
HSL color Cylindrical-coordinate representation of color #CFAB3E: hue angle of 45.1º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFAB3E is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 62 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.19 |
| HSL | 45.1º | 0.6% | 0.53% | - |
| HSV(B) | 45.1º | 0.7% | 0.81% | - |
| XYZ | 41.16 | 42.74 | 10.64 | - |
| YUV | 169.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 62 | 0 | 0.17 | 0.70 | 0.19 | 45.1 | 0.6 | 0.53 |
| Hex | CF | AB | 3E | 0 | 11 | 46 | 13 | 2D | 3C | 35 |
| Octal | 317 | 253 | 76 | 0 | 21 | 106 | 23 | 55 | 74 | 65 |
| Binary | 11001111 | 10101011 | 111110 | 0 | 10001 | 1000110 | 10011 | 101101 | 111100 | 110101 |
Color Harmonies of #CFAB3E
Complementary color
Monochromatic Colors of #CFAB3E
Black with #CFAB3E
Text Example
Text Example
White with #CFAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB3E; }
p { color: rgb(207,171,62); }
H1.HeaderClassName
{
color: #CFAB3E;
}
.AnyTagClassName
{
color: #CFAB3E;
}
</style>
background-color css
<style>
a { background-color: #CFAB3E; }
a { background-color: rgb(207,171,62); }
div.DivClassName
{
background-color: #CFAB3E;
}
.BgClassName
{
background-color: #CFAB3E;
}
</style>
border-color css
<style>
span { border-color: #CFAB3E; }
span { border-color: rgb(207,171,62); }
td.TdClassName
{
border-color: #CFAB3E;
}
.TagClassName
{
border-color: #CFAB3E;
}
</style>