Shades of Metallic Gold #CFA934
Tints of Metallic Gold #CFA934
RGB
CMYK
RGB Variations
Color information
#CFA934 (or 0xCFA934) is known color: Metallic Gold. HEX triplet: CF, A9 and 34. RGB value is (207,169,52). Sum of RGB (Red+Green+Blue) = 207+169+52=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA934 is #3056CB. Grayscale: #A7A7A7. Windows color (decimal): -3167948 or 3451343. OLE color: 3451343.
HSL color Cylindrical-coordinate representation of color #CFA934: hue angle of 45.29º 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 #CFA934 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 52 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.19 |
| HSL | 45.29º | 0.62% | 0.51% | - |
| HSV(B) | 45.29º | 0.75% | 0.81% | - |
| XYZ | 40.54 | 41.89 | 9.2 | - |
| YUV | 167.02 | 63.09 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 52 | 0 | 0.18 | 0.75 | 0.19 | 45.29 | 0.62 | 0.51 |
| Hex | CF | A9 | 34 | 0 | 12 | 4B | 13 | 2D | 3E | 33 |
| Octal | 317 | 251 | 64 | 0 | 22 | 113 | 23 | 55 | 76 | 63 |
| Binary | 11001111 | 10101001 | 110100 | 0 | 10010 | 1001011 | 10011 | 101101 | 111110 | 110011 |
Color Harmonies of #CFA934
Complementary color
Monochromatic Colors of #CFA934
Black with #CFA934
Text Example
Text Example
White with #CFA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA934; }
p { color: rgb(207,169,52); }
H1.HeaderClassName
{
color: #CFA934;
}
.AnyTagClassName
{
color: #CFA934;
}
</style>
background-color css
<style>
a { background-color: #CFA934; }
a { background-color: rgb(207,169,52); }
div.DivClassName
{
background-color: #CFA934;
}
.BgClassName
{
background-color: #CFA934;
}
</style>
border-color css
<style>
span { border-color: #CFA934; }
span { border-color: rgb(207,169,52); }
td.TdClassName
{
border-color: #CFA934;
}
.TagClassName
{
border-color: #CFA934;
}
</style>