Shades of Metallic Gold #CFAB3F
Tints of Metallic Gold #CFAB3F
RGB
CMYK
RGB Variations
Color information
#CFAB3F (or 0xCFAB3F) is known color: Metallic Gold. HEX triplet: CF, AB and 3F. RGB value is (207,171,63). Sum of RGB (Red+Green+Blue) = 207+171+63=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB3F is #3054C0. Grayscale: #A9A9A9. Windows color (decimal): -3167425 or 4172751. OLE color: 4172751.
HSL color Cylindrical-coordinate representation of color #CFAB3F: hue angle of 45º 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 #CFAB3F is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 63 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.19 |
| HSL | 45º | 0.6% | 0.53% | - |
| HSV(B) | 45º | 0.7% | 0.81% | - |
| XYZ | 41.19 | 42.75 | 10.78 | - |
| YUV | 169.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 63 | 0 | 0.17 | 0.70 | 0.19 | 45 | 0.6 | 0.53 |
| Hex | CF | AB | 3F | 0 | 11 | 46 | 13 | 2D | 3C | 35 |
| Octal | 317 | 253 | 77 | 0 | 21 | 106 | 23 | 55 | 74 | 65 |
| Binary | 11001111 | 10101011 | 111111 | 0 | 10001 | 1000110 | 10011 | 101101 | 111100 | 110101 |
Color Harmonies of #CFAB3F
Complementary color
Monochromatic Colors of #CFAB3F
Black with #CFAB3F
Text Example
Text Example
White with #CFAB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB3F; }
p { color: rgb(207,171,63); }
H1.HeaderClassName
{
color: #CFAB3F;
}
.AnyTagClassName
{
color: #CFAB3F;
}
</style>
background-color css
<style>
a { background-color: #CFAB3F; }
a { background-color: rgb(207,171,63); }
div.DivClassName
{
background-color: #CFAB3F;
}
.BgClassName
{
background-color: #CFAB3F;
}
</style>
border-color css
<style>
span { border-color: #CFAB3F; }
span { border-color: rgb(207,171,63); }
td.TdClassName
{
border-color: #CFAB3F;
}
.TagClassName
{
border-color: #CFAB3F;
}
</style>