Shades of Metallic Gold #CFA541
Tints of Metallic Gold #CFA541
RGB
CMYK
RGB Variations
Color information
#CFA541 (or 0xCFA541) is known color: Metallic Gold. HEX triplet: CF, A5 and 41. RGB value is (207,165,65). Sum of RGB (Red+Green+Blue) = 207+165+65=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA541 is #305ABE. Grayscale: #A6A6A6. Windows color (decimal): -3168959 or 4302287. OLE color: 4302287.
HSL color Cylindrical-coordinate representation of color #CFA541: hue angle of 42.25º 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 #CFA541 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 65 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.19 |
| HSL | 42.25º | 0.6% | 0.53% | - |
| HSV(B) | 42.25º | 0.69% | 0.81% | - |
| XYZ | 40.14 | 40.56 | 10.71 | - |
| YUV | 166.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 65 | 0 | 0.20 | 0.69 | 0.19 | 42.25 | 0.6 | 0.53 |
| Hex | CF | A5 | 41 | 0 | 14 | 45 | 13 | 2A | 3C | 35 |
| Octal | 317 | 245 | 101 | 0 | 24 | 105 | 23 | 52 | 74 | 65 |
| Binary | 11001111 | 10100101 | 1000001 | 0 | 10100 | 1000101 | 10011 | 101010 | 111100 | 110101 |
Color Harmonies of #CFA541
Complementary color
Monochromatic Colors of #CFA541
Black with #CFA541
Text Example
Text Example
White with #CFA541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA541; }
p { color: rgb(207,165,65); }
H1.HeaderClassName
{
color: #CFA541;
}
.AnyTagClassName
{
color: #CFA541;
}
</style>
background-color css
<style>
a { background-color: #CFA541; }
a { background-color: rgb(207,165,65); }
div.DivClassName
{
background-color: #CFA541;
}
.BgClassName
{
background-color: #CFA541;
}
</style>
border-color css
<style>
span { border-color: #CFA541; }
span { border-color: rgb(207,165,65); }
td.TdClassName
{
border-color: #CFA541;
}
.TagClassName
{
border-color: #CFA541;
}
</style>