Shades of Metallic Gold #CFA535
Tints of Metallic Gold #CFA535
RGB
CMYK
RGB Variations
Color information
#CFA535 (or 0xCFA535) is known color: Metallic Gold. HEX triplet: CF, A5 and 35. RGB value is (207,165,53). Sum of RGB (Red+Green+Blue) = 207+165+53=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA535 is #305ACA. Grayscale: #A5A5A5. Windows color (decimal): -3168971 or 3515855. OLE color: 3515855.
HSL color Cylindrical-coordinate representation of color #CFA535: hue angle of 43.64º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFA535 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 53 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.19 |
| HSL | 43.64º | 0.62% | 0.51% | - |
| HSV(B) | 43.64º | 0.74% | 0.81% | - |
| XYZ | 39.83 | 40.43 | 9.07 | - |
| YUV | 164.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 53 | 0 | 0.20 | 0.74 | 0.19 | 43.64 | 0.62 | 0.51 |
| Hex | CF | A5 | 35 | 0 | 14 | 4A | 13 | 2C | 3E | 33 |
| Octal | 317 | 245 | 65 | 0 | 24 | 112 | 23 | 54 | 76 | 63 |
| Binary | 11001111 | 10100101 | 110101 | 0 | 10100 | 1001010 | 10011 | 101100 | 111110 | 110011 |
Color Harmonies of #CFA535
Complementary color
Monochromatic Colors of #CFA535
Black with #CFA535
Text Example
Text Example
White with #CFA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA535; }
p { color: rgb(207,165,53); }
H1.HeaderClassName
{
color: #CFA535;
}
.AnyTagClassName
{
color: #CFA535;
}
</style>
background-color css
<style>
a { background-color: #CFA535; }
a { background-color: rgb(207,165,53); }
div.DivClassName
{
background-color: #CFA535;
}
.BgClassName
{
background-color: #CFA535;
}
</style>
border-color css
<style>
span { border-color: #CFA535; }
span { border-color: rgb(207,165,53); }
td.TdClassName
{
border-color: #CFA535;
}
.TagClassName
{
border-color: #CFA535;
}
</style>