Shades of Metallic Gold #CFA434
Tints of Metallic Gold #CFA434
RGB
CMYK
RGB Variations
Color information
#CFA434 (or 0xCFA434) is known color: Metallic Gold. HEX triplet: CF, A4 and 34. RGB value is (207,164,52). Sum of RGB (Red+Green+Blue) = 207+164+52=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA434 is #305BCB. Grayscale: #A4A4A4. Windows color (decimal): -3169228 or 3450063. OLE color: 3450063.
HSL color Cylindrical-coordinate representation of color #CFA434: hue angle of 43.35º 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 #CFA434 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 52 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.19 |
| HSL | 43.35º | 0.62% | 0.51% | - |
| HSV(B) | 43.35º | 0.75% | 0.81% | - |
| XYZ | 39.63 | 40.06 | 8.89 | - |
| YUV | 164.09 | 64.75 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 52 | 0 | 0.21 | 0.75 | 0.19 | 43.35 | 0.62 | 0.51 |
| Hex | CF | A4 | 34 | 0 | 15 | 4B | 13 | 2B | 3E | 33 |
| Octal | 317 | 244 | 64 | 0 | 25 | 113 | 23 | 53 | 76 | 63 |
| Binary | 11001111 | 10100100 | 110100 | 0 | 10101 | 1001011 | 10011 | 101011 | 111110 | 110011 |
Color Harmonies of #CFA434
Complementary color
Monochromatic Colors of #CFA434
Black with #CFA434
Text Example
Text Example
White with #CFA434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA434; }
p { color: rgb(207,164,52); }
H1.HeaderClassName
{
color: #CFA434;
}
.AnyTagClassName
{
color: #CFA434;
}
</style>
background-color css
<style>
a { background-color: #CFA434; }
a { background-color: rgb(207,164,52); }
div.DivClassName
{
background-color: #CFA434;
}
.BgClassName
{
background-color: #CFA434;
}
</style>
border-color css
<style>
span { border-color: #CFA434; }
span { border-color: rgb(207,164,52); }
td.TdClassName
{
border-color: #CFA434;
}
.TagClassName
{
border-color: #CFA434;
}
</style>