Shades of Metallic Gold #CFA441
Tints of Metallic Gold #CFA441
RGB
CMYK
RGB Variations
Color information
#CFA441 (or 0xCFA441) is known color: Metallic Gold. HEX triplet: CF, A4 and 41. RGB value is (207,164,65). Sum of RGB (Red+Green+Blue) = 207+164+65=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA441 is #305BBE. Grayscale: #A6A6A6. Windows color (decimal): -3169215 or 4302031. OLE color: 4302031.
HSL color Cylindrical-coordinate representation of color #CFA441: hue angle of 41.83º 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 #CFA441 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 65 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.19 |
| HSL | 41.83º | 0.6% | 0.53% | - |
| HSV(B) | 41.83º | 0.69% | 0.81% | - |
| XYZ | 39.96 | 40.2 | 10.65 | - |
| YUV | 165.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 65 | 0 | 0.21 | 0.69 | 0.19 | 41.83 | 0.6 | 0.53 |
| Hex | CF | A4 | 41 | 0 | 15 | 45 | 13 | 2A | 3C | 35 |
| Octal | 317 | 244 | 101 | 0 | 25 | 105 | 23 | 52 | 74 | 65 |
| Binary | 11001111 | 10100100 | 1000001 | 0 | 10101 | 1000101 | 10011 | 101010 | 111100 | 110101 |
Color Harmonies of #CFA441
Complementary color
Monochromatic Colors of #CFA441
Black with #CFA441
Text Example
Text Example
White with #CFA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA441; }
p { color: rgb(207,164,65); }
H1.HeaderClassName
{
color: #CFA441;
}
.AnyTagClassName
{
color: #CFA441;
}
</style>
background-color css
<style>
a { background-color: #CFA441; }
a { background-color: rgb(207,164,65); }
div.DivClassName
{
background-color: #CFA441;
}
.BgClassName
{
background-color: #CFA441;
}
</style>
border-color css
<style>
span { border-color: #CFA441; }
span { border-color: rgb(207,164,65); }
td.TdClassName
{
border-color: #CFA441;
}
.TagClassName
{
border-color: #CFA441;
}
</style>