Shades of Metallic Gold #CFAB41
Tints of Metallic Gold #CFAB41
RGB
CMYK
RGB Variations
Color information
#CFAB41 (or 0xCFAB41) is known color: Metallic Gold. HEX triplet: CF, AB and 41. RGB value is (207,171,65). Sum of RGB (Red+Green+Blue) = 207+171+65=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB41 is #3054BE. Grayscale: #AAAAAA. Windows color (decimal): -3167423 or 4303823. OLE color: 4303823.
HSL color Cylindrical-coordinate representation of color #CFAB41: hue angle of 44.79º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFAB41 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 65 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.19 |
| HSL | 44.79º | 0.6% | 0.53% | - |
| HSV(B) | 44.79º | 0.69% | 0.81% | - |
| XYZ | 41.25 | 42.77 | 11.08 | - |
| YUV | 169.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 65 | 0 | 0.17 | 0.69 | 0.19 | 44.79 | 0.6 | 0.53 |
| Hex | CF | AB | 41 | 0 | 11 | 45 | 13 | 2D | 3C | 35 |
| Octal | 317 | 253 | 101 | 0 | 21 | 105 | 23 | 55 | 74 | 65 |
| Binary | 11001111 | 10101011 | 1000001 | 0 | 10001 | 1000101 | 10011 | 101101 | 111100 | 110101 |
Color Harmonies of #CFAB41
Complementary color
Monochromatic Colors of #CFAB41
Black with #CFAB41
Text Example
Text Example
White with #CFAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB41; }
p { color: rgb(207,171,65); }
H1.HeaderClassName
{
color: #CFAB41;
}
.AnyTagClassName
{
color: #CFAB41;
}
</style>
background-color css
<style>
a { background-color: #CFAB41; }
a { background-color: rgb(207,171,65); }
div.DivClassName
{
background-color: #CFAB41;
}
.BgClassName
{
background-color: #CFAB41;
}
</style>
border-color css
<style>
span { border-color: #CFAB41; }
span { border-color: rgb(207,171,65); }
td.TdClassName
{
border-color: #CFAB41;
}
.TagClassName
{
border-color: #CFAB41;
}
</style>