Shades of Metallic Gold #CFA836
Tints of Metallic Gold #CFA836
RGB
CMYK
RGB Variations
Color information
#CFA836 (or 0xCFA836) is known color: Metallic Gold. HEX triplet: CF, A8 and 36. RGB value is (207,168,54). Sum of RGB (Red+Green+Blue) = 207+168+54=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA836 is #3057C9. Grayscale: #A7A7A7. Windows color (decimal): -3168202 or 3582159. OLE color: 3582159.
HSL color Cylindrical-coordinate representation of color #CFA836: hue angle of 44.71º degrees, saturation: 0.61, 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 #CFA836 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 54 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.19 |
| HSL | 44.71º | 0.61% | 0.51% | - |
| HSV(B) | 44.71º | 0.74% | 0.81% | - |
| XYZ | 40.4 | 41.54 | 9.38 | - |
| YUV | 166.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 54 | 0 | 0.19 | 0.74 | 0.19 | 44.71 | 0.61 | 0.51 |
| Hex | CF | A8 | 36 | 0 | 13 | 4A | 13 | 2D | 3D | 33 |
| Octal | 317 | 250 | 66 | 0 | 23 | 112 | 23 | 55 | 75 | 63 |
| Binary | 11001111 | 10101000 | 110110 | 0 | 10011 | 1001010 | 10011 | 101101 | 111101 | 110011 |
Color Harmonies of #CFA836
Complementary color
Monochromatic Colors of #CFA836
Black with #CFA836
Text Example
Text Example
White with #CFA836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA836; }
p { color: rgb(207,168,54); }
H1.HeaderClassName
{
color: #CFA836;
}
.AnyTagClassName
{
color: #CFA836;
}
</style>
background-color css
<style>
a { background-color: #CFA836; }
a { background-color: rgb(207,168,54); }
div.DivClassName
{
background-color: #CFA836;
}
.BgClassName
{
background-color: #CFA836;
}
</style>
border-color css
<style>
span { border-color: #CFA836; }
span { border-color: rgb(207,168,54); }
td.TdClassName
{
border-color: #CFA836;
}
.TagClassName
{
border-color: #CFA836;
}
</style>