Shades of Metallic Gold #CFA534
Tints of Metallic Gold #CFA534
RGB
CMYK
RGB Variations
Color information
#CFA534 (or 0xCFA534) is known color: Metallic Gold. HEX triplet: CF, A5 and 34. RGB value is (207,165,52). Sum of RGB (Red+Green+Blue) = 207+165+52=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA534 is #305ACB. Grayscale: #A5A5A5. Windows color (decimal): -3168972 or 3450319. OLE color: 3450319.
HSL color Cylindrical-coordinate representation of color #CFA534: hue angle of 43.74º 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 #CFA534 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 52 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.19 |
| HSL | 43.74º | 0.62% | 0.51% | - |
| HSV(B) | 43.74º | 0.75% | 0.81% | - |
| XYZ | 39.81 | 40.42 | 8.95 | - |
| YUV | 164.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 52 | 0 | 0.20 | 0.75 | 0.19 | 43.74 | 0.62 | 0.51 |
| Hex | CF | A5 | 34 | 0 | 14 | 4B | 13 | 2C | 3E | 33 |
| Octal | 317 | 245 | 64 | 0 | 24 | 113 | 23 | 54 | 76 | 63 |
| Binary | 11001111 | 10100101 | 110100 | 0 | 10100 | 1001011 | 10011 | 101100 | 111110 | 110011 |
Color Harmonies of #CFA534
Complementary color
Monochromatic Colors of #CFA534
Black with #CFA534
Text Example
Text Example
White with #CFA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA534; }
p { color: rgb(207,165,52); }
H1.HeaderClassName
{
color: #CFA534;
}
.AnyTagClassName
{
color: #CFA534;
}
</style>
background-color css
<style>
a { background-color: #CFA534; }
a { background-color: rgb(207,165,52); }
div.DivClassName
{
background-color: #CFA534;
}
.BgClassName
{
background-color: #CFA534;
}
</style>
border-color css
<style>
span { border-color: #CFA534; }
span { border-color: rgb(207,165,52); }
td.TdClassName
{
border-color: #CFA534;
}
.TagClassName
{
border-color: #CFA534;
}
</style>