Shades of Metallic Gold #CFA332
Tints of Metallic Gold #CFA332
RGB
CMYK
RGB Variations
Color information
#CFA332 (or 0xCFA332) is known color: Metallic Gold. HEX triplet: CF, A3 and 32. RGB value is (207,163,50). Sum of RGB (Red+Green+Blue) = 207+163+50=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA332 is #305CCD. Grayscale: #A3A3A3. Windows color (decimal): -3169486 or 3318735. OLE color: 3318735.
HSL color Cylindrical-coordinate representation of color #CFA332: hue angle of 43.18º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFA332 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 50 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.19 |
| HSL | 43.18º | 0.62% | 0.5% | - |
| HSV(B) | 43.18º | 0.76% | 0.81% | - |
| XYZ | 39.41 | 39.69 | 8.6 | - |
| YUV | 163.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 50 | 0 | 0.21 | 0.76 | 0.19 | 43.18 | 0.62 | 0.5 |
| Hex | CF | A3 | 32 | 0 | 15 | 4C | 13 | 2B | 3E | 32 |
| Octal | 317 | 243 | 62 | 0 | 25 | 114 | 23 | 53 | 76 | 62 |
| Binary | 11001111 | 10100011 | 110010 | 0 | 10101 | 1001100 | 10011 | 101011 | 111110 | 110010 |
Color Harmonies of #CFA332
Complementary color
Monochromatic Colors of #CFA332
Black with #CFA332
Text Example
Text Example
White with #CFA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA332; }
p { color: rgb(207,163,50); }
H1.HeaderClassName
{
color: #CFA332;
}
.AnyTagClassName
{
color: #CFA332;
}
</style>
background-color css
<style>
a { background-color: #CFA332; }
a { background-color: rgb(207,163,50); }
div.DivClassName
{
background-color: #CFA332;
}
.BgClassName
{
background-color: #CFA332;
}
</style>
border-color css
<style>
span { border-color: #CFA332; }
span { border-color: rgb(207,163,50); }
td.TdClassName
{
border-color: #CFA332;
}
.TagClassName
{
border-color: #CFA332;
}
</style>