Shades of Metallic Gold #CFAA40
Tints of Metallic Gold #CFAA40
RGB
CMYK
RGB Variations
Color information
#CFAA40 (or 0xCFAA40) is known color: Metallic Gold. HEX triplet: CF, AA and 40. RGB value is (207,170,64). Sum of RGB (Red+Green+Blue) = 207+170+64=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA40 is #3055BF. Grayscale: #A9A9A9. Windows color (decimal): -3167680 or 4238031. OLE color: 4238031.
HSL color Cylindrical-coordinate representation of color #CFAA40: hue angle of 44.48º 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 #CFAA40 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 64 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.19 |
| HSL | 44.48º | 0.6% | 0.53% | - |
| HSV(B) | 44.48º | 0.69% | 0.81% | - |
| XYZ | 41.03 | 42.39 | 10.87 | - |
| YUV | 168.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 64 | 0 | 0.18 | 0.69 | 0.19 | 44.48 | 0.6 | 0.53 |
| Hex | CF | AA | 40 | 0 | 12 | 45 | 13 | 2C | 3C | 35 |
| Octal | 317 | 252 | 100 | 0 | 22 | 105 | 23 | 54 | 74 | 65 |
| Binary | 11001111 | 10101010 | 1000000 | 0 | 10010 | 1000101 | 10011 | 101100 | 111100 | 110101 |
Color Harmonies of #CFAA40
Complementary color
Monochromatic Colors of #CFAA40
Black with #CFAA40
Text Example
Text Example
White with #CFAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA40; }
p { color: rgb(207,170,64); }
H1.HeaderClassName
{
color: #CFAA40;
}
.AnyTagClassName
{
color: #CFAA40;
}
</style>
background-color css
<style>
a { background-color: #CFAA40; }
a { background-color: rgb(207,170,64); }
div.DivClassName
{
background-color: #CFAA40;
}
.BgClassName
{
background-color: #CFAA40;
}
</style>
border-color css
<style>
span { border-color: #CFAA40; }
span { border-color: rgb(207,170,64); }
td.TdClassName
{
border-color: #CFAA40;
}
.TagClassName
{
border-color: #CFAA40;
}
</style>