Shades of Metallic Gold #CFA431
Tints of Metallic Gold #CFA431
RGB
CMYK
RGB Variations
Color information
#CFA431 (or 0xCFA431) is known color: Metallic Gold. HEX triplet: CF, A4 and 31. RGB value is (207,164,49). Sum of RGB (Red+Green+Blue) = 207+164+49=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA431 is #305BCE. Grayscale: #A4A4A4. Windows color (decimal): -3169231 or 3253455. OLE color: 3253455.
HSL color Cylindrical-coordinate representation of color #CFA431: hue angle of 43.67º 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 #CFA431 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 49 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.19 |
| HSL | 43.67º | 0.62% | 0.5% | - |
| HSV(B) | 43.67º | 0.76% | 0.81% | - |
| XYZ | 39.56 | 40.04 | 8.55 | - |
| YUV | 163.75 | 63.25 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 49 | 0 | 0.21 | 0.76 | 0.19 | 43.67 | 0.62 | 0.5 |
| Hex | CF | A4 | 31 | 0 | 15 | 4C | 13 | 2C | 3E | 32 |
| Octal | 317 | 244 | 61 | 0 | 25 | 114 | 23 | 54 | 76 | 62 |
| Binary | 11001111 | 10100100 | 110001 | 0 | 10101 | 1001100 | 10011 | 101100 | 111110 | 110010 |
Color Harmonies of #CFA431
Complementary color
Monochromatic Colors of #CFA431
Black with #CFA431
Text Example
Text Example
White with #CFA431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA431; }
p { color: rgb(207,164,49); }
H1.HeaderClassName
{
color: #CFA431;
}
.AnyTagClassName
{
color: #CFA431;
}
</style>
background-color css
<style>
a { background-color: #CFA431; }
a { background-color: rgb(207,164,49); }
div.DivClassName
{
background-color: #CFA431;
}
.BgClassName
{
background-color: #CFA431;
}
</style>
border-color css
<style>
span { border-color: #CFA431; }
span { border-color: rgb(207,164,49); }
td.TdClassName
{
border-color: #CFA431;
}
.TagClassName
{
border-color: #CFA431;
}
</style>