Shades of Metallic Gold #CFA236
Tints of Metallic Gold #CFA236
RGB
CMYK
RGB Variations
Color information
#CFA236 (or 0xCFA236) is known color: Metallic Gold. HEX triplet: CF, A2 and 36. RGB value is (207,162,54). Sum of RGB (Red+Green+Blue) = 207+162+54=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA236 is #305DC9. Grayscale: #A3A3A3. Windows color (decimal): -3169738 or 3580623. OLE color: 3580623.
HSL color Cylindrical-coordinate representation of color #CFA236: hue angle of 42.35º 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 #CFA236 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 54 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.19 |
| HSL | 42.35º | 0.61% | 0.51% | - |
| HSV(B) | 42.35º | 0.74% | 0.81% | - |
| XYZ | 39.32 | 39.37 | 9.02 | - |
| YUV | 163.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 54 | 0 | 0.22 | 0.74 | 0.19 | 42.35 | 0.61 | 0.51 |
| Hex | CF | A2 | 36 | 0 | 16 | 4A | 13 | 2A | 3D | 33 |
| Octal | 317 | 242 | 66 | 0 | 26 | 112 | 23 | 52 | 75 | 63 |
| Binary | 11001111 | 10100010 | 110110 | 0 | 10110 | 1001010 | 10011 | 101010 | 111101 | 110011 |
Color Harmonies of #CFA236
Complementary color
Monochromatic Colors of #CFA236
Black with #CFA236
Text Example
Text Example
White with #CFA236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA236; }
p { color: rgb(207,162,54); }
H1.HeaderClassName
{
color: #CFA236;
}
.AnyTagClassName
{
color: #CFA236;
}
</style>
background-color css
<style>
a { background-color: #CFA236; }
a { background-color: rgb(207,162,54); }
div.DivClassName
{
background-color: #CFA236;
}
.BgClassName
{
background-color: #CFA236;
}
</style>
border-color css
<style>
span { border-color: #CFA236; }
span { border-color: rgb(207,162,54); }
td.TdClassName
{
border-color: #CFA236;
}
.TagClassName
{
border-color: #CFA236;
}
</style>