Shades of Metallic Gold #CFA233
Tints of Metallic Gold #CFA233
RGB
CMYK
RGB Variations
Color information
#CFA233 (or 0xCFA233) is known color: Metallic Gold. HEX triplet: CF, A2 and 33. RGB value is (207,162,51). Sum of RGB (Red+Green+Blue) = 207+162+51=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA233 is #305DCC. Grayscale: #A3A3A3. Windows color (decimal): -3169741 or 3384015. OLE color: 3384015.
HSL color Cylindrical-coordinate representation of color #CFA233: hue angle of 42.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFA233 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 51 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.19 |
| HSL | 42.69º | 0.62% | 0.51% | - |
| HSV(B) | 42.69º | 0.75% | 0.81% | - |
| XYZ | 39.25 | 39.35 | 8.66 | - |
| YUV | 162.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 51 | 0 | 0.22 | 0.75 | 0.19 | 42.69 | 0.62 | 0.51 |
| Hex | CF | A2 | 33 | 0 | 16 | 4B | 13 | 2B | 3E | 33 |
| Octal | 317 | 242 | 63 | 0 | 26 | 113 | 23 | 53 | 76 | 63 |
| Binary | 11001111 | 10100010 | 110011 | 0 | 10110 | 1001011 | 10011 | 101011 | 111110 | 110011 |
Color Harmonies of #CFA233
Complementary color
Monochromatic Colors of #CFA233
Black with #CFA233
Text Example
Text Example
White with #CFA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA233; }
p { color: rgb(207,162,51); }
H1.HeaderClassName
{
color: #CFA233;
}
.AnyTagClassName
{
color: #CFA233;
}
</style>
background-color css
<style>
a { background-color: #CFA233; }
a { background-color: rgb(207,162,51); }
div.DivClassName
{
background-color: #CFA233;
}
.BgClassName
{
background-color: #CFA233;
}
</style>
border-color css
<style>
span { border-color: #CFA233; }
span { border-color: rgb(207,162,51); }
td.TdClassName
{
border-color: #CFA233;
}
.TagClassName
{
border-color: #CFA233;
}
</style>