Shades of Metallic Gold #CFA134
Tints of Metallic Gold #CFA134
RGB
CMYK
RGB Variations
Color information
#CFA134 (or 0xCFA134) is known color: Metallic Gold. HEX triplet: CF, A1 and 34. RGB value is (207,161,52). Sum of RGB (Red+Green+Blue) = 207+161+52=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA134 is #305ECB. Grayscale: #A2A2A2. Windows color (decimal): -3169996 or 3449295. OLE color: 3449295.
HSL color Cylindrical-coordinate representation of color #CFA134: hue angle of 42.19º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFA134 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 52 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.19 |
| HSL | 42.19º | 0.62% | 0.51% | - |
| HSV(B) | 42.19º | 0.75% | 0.81% | - |
| XYZ | 39.1 | 39 | 8.72 | - |
| YUV | 162.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 52 | 0 | 0.22 | 0.75 | 0.19 | 42.19 | 0.62 | 0.51 |
| Hex | CF | A1 | 34 | 0 | 16 | 4B | 13 | 2A | 3E | 33 |
| Octal | 317 | 241 | 64 | 0 | 26 | 113 | 23 | 52 | 76 | 63 |
| Binary | 11001111 | 10100001 | 110100 | 0 | 10110 | 1001011 | 10011 | 101010 | 111110 | 110011 |
Color Harmonies of #CFA134
Complementary color
Monochromatic Colors of #CFA134
Black with #CFA134
Text Example
Text Example
White with #CFA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA134; }
p { color: rgb(207,161,52); }
H1.HeaderClassName
{
color: #CFA134;
}
.AnyTagClassName
{
color: #CFA134;
}
</style>
background-color css
<style>
a { background-color: #CFA134; }
a { background-color: rgb(207,161,52); }
div.DivClassName
{
background-color: #CFA134;
}
.BgClassName
{
background-color: #CFA134;
}
</style>
border-color css
<style>
span { border-color: #CFA134; }
span { border-color: rgb(207,161,52); }
td.TdClassName
{
border-color: #CFA134;
}
.TagClassName
{
border-color: #CFA134;
}
</style>