Shades of Metallic Gold #CFA735
Tints of Metallic Gold #CFA735
RGB
CMYK
RGB Variations
Color information
#CFA735 (or 0xCFA735) is known color: Metallic Gold. HEX triplet: CF, A7 and 35. RGB value is (207,167,53). Sum of RGB (Red+Green+Blue) = 207+167+53=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA735 is #3058CA. Grayscale: #A6A6A6. Windows color (decimal): -3168459 or 3516367. OLE color: 3516367.
HSL color Cylindrical-coordinate representation of color #CFA735: hue angle of 44.42º 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 #CFA735 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 53 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.19 |
| HSL | 44.42º | 0.62% | 0.51% | - |
| HSV(B) | 44.42º | 0.74% | 0.81% | - |
| XYZ | 40.19 | 41.16 | 9.19 | - |
| YUV | 165.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 53 | 0 | 0.19 | 0.74 | 0.19 | 44.42 | 0.62 | 0.51 |
| Hex | CF | A7 | 35 | 0 | 13 | 4A | 13 | 2C | 3E | 33 |
| Octal | 317 | 247 | 65 | 0 | 23 | 112 | 23 | 54 | 76 | 63 |
| Binary | 11001111 | 10100111 | 110101 | 0 | 10011 | 1001010 | 10011 | 101100 | 111110 | 110011 |
Color Harmonies of #CFA735
Complementary color
Monochromatic Colors of #CFA735
Black with #CFA735
Text Example
Text Example
White with #CFA735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA735; }
p { color: rgb(207,167,53); }
H1.HeaderClassName
{
color: #CFA735;
}
.AnyTagClassName
{
color: #CFA735;
}
</style>
background-color css
<style>
a { background-color: #CFA735; }
a { background-color: rgb(207,167,53); }
div.DivClassName
{
background-color: #CFA735;
}
.BgClassName
{
background-color: #CFA735;
}
</style>
border-color css
<style>
span { border-color: #CFA735; }
span { border-color: rgb(207,167,53); }
td.TdClassName
{
border-color: #CFA735;
}
.TagClassName
{
border-color: #CFA735;
}
</style>