Shades of Metallic Gold #CFA631
Tints of Metallic Gold #CFA631
RGB
CMYK
RGB Variations
Color information
#CFA631 (or 0xCFA631) is known color: Metallic Gold. HEX triplet: CF, A6 and 31. RGB value is (207,166,49). Sum of RGB (Red+Green+Blue) = 207+166+49=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA631 is #3059CE. Grayscale: #A5A5A5. Windows color (decimal): -3168719 or 3253967. OLE color: 3253967.
HSL color Cylindrical-coordinate representation of color #CFA631: hue angle of 44.43º 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 #CFA631 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 49 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.19 |
| HSL | 44.43º | 0.62% | 0.5% | - |
| HSV(B) | 44.43º | 0.76% | 0.81% | - |
| XYZ | 39.92 | 40.76 | 8.67 | - |
| YUV | 164.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 49 | 0 | 0.20 | 0.76 | 0.19 | 44.43 | 0.62 | 0.5 |
| Hex | CF | A6 | 31 | 0 | 14 | 4C | 13 | 2C | 3E | 32 |
| Octal | 317 | 246 | 61 | 0 | 24 | 114 | 23 | 54 | 76 | 62 |
| Binary | 11001111 | 10100110 | 110001 | 0 | 10100 | 1001100 | 10011 | 101100 | 111110 | 110010 |
Color Harmonies of #CFA631
Complementary color
Monochromatic Colors of #CFA631
Black with #CFA631
Text Example
Text Example
White with #CFA631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA631; }
p { color: rgb(207,166,49); }
H1.HeaderClassName
{
color: #CFA631;
}
.AnyTagClassName
{
color: #CFA631;
}
</style>
background-color css
<style>
a { background-color: #CFA631; }
a { background-color: rgb(207,166,49); }
div.DivClassName
{
background-color: #CFA631;
}
.BgClassName
{
background-color: #CFA631;
}
</style>
border-color css
<style>
span { border-color: #CFA631; }
span { border-color: rgb(207,166,49); }
td.TdClassName
{
border-color: #CFA631;
}
.TagClassName
{
border-color: #CFA631;
}
</style>