Shades of Metallic Gold #CFA835
Tints of Metallic Gold #CFA835
RGB
CMYK
RGB Variations
Color information
#CFA835 (or 0xCFA835) is known color: Metallic Gold. HEX triplet: CF, A8 and 35. RGB value is (207,168,53). Sum of RGB (Red+Green+Blue) = 207+168+53=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA835 is #3057CA. Grayscale: #A7A7A7. Windows color (decimal): -3168203 or 3516623. OLE color: 3516623.
HSL color Cylindrical-coordinate representation of color #CFA835: hue angle of 44.81º 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 #CFA835 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 53 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.19 |
| HSL | 44.81º | 0.62% | 0.51% | - |
| HSV(B) | 44.81º | 0.74% | 0.81% | - |
| XYZ | 40.38 | 41.53 | 9.26 | - |
| YUV | 166.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 53 | 0 | 0.19 | 0.74 | 0.19 | 44.81 | 0.62 | 0.51 |
| Hex | CF | A8 | 35 | 0 | 13 | 4A | 13 | 2D | 3E | 33 |
| Octal | 317 | 250 | 65 | 0 | 23 | 112 | 23 | 55 | 76 | 63 |
| Binary | 11001111 | 10101000 | 110101 | 0 | 10011 | 1001010 | 10011 | 101101 | 111110 | 110011 |
Color Harmonies of #CFA835
Complementary color
Monochromatic Colors of #CFA835
Black with #CFA835
Text Example
Text Example
White with #CFA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA835; }
p { color: rgb(207,168,53); }
H1.HeaderClassName
{
color: #CFA835;
}
.AnyTagClassName
{
color: #CFA835;
}
</style>
background-color css
<style>
a { background-color: #CFA835; }
a { background-color: rgb(207,168,53); }
div.DivClassName
{
background-color: #CFA835;
}
.BgClassName
{
background-color: #CFA835;
}
</style>
border-color css
<style>
span { border-color: #CFA835; }
span { border-color: rgb(207,168,53); }
td.TdClassName
{
border-color: #CFA835;
}
.TagClassName
{
border-color: #CFA835;
}
</style>