Shades of Metallic Gold #CFA831
Tints of Metallic Gold #CFA831
RGB
CMYK
RGB Variations
Color information
#CFA831 (or 0xCFA831) is known color: Metallic Gold. HEX triplet: CF, A8 and 31. RGB value is (207,168,49). Sum of RGB (Red+Green+Blue) = 207+168+49=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA831 is #3057CE. Grayscale: #A6A6A6. Windows color (decimal): -3168207 or 3254479. OLE color: 3254479.
HSL color Cylindrical-coordinate representation of color #CFA831: hue angle of 45.19º 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 #CFA831 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 49 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.19 |
| HSL | 45.19º | 0.62% | 0.5% | - |
| HSV(B) | 45.19º | 0.76% | 0.81% | - |
| XYZ | 40.29 | 41.49 | 8.79 | - |
| YUV | 166.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 49 | 0 | 0.19 | 0.76 | 0.19 | 45.19 | 0.62 | 0.5 |
| Hex | CF | A8 | 31 | 0 | 13 | 4C | 13 | 2D | 3E | 32 |
| Octal | 317 | 250 | 61 | 0 | 23 | 114 | 23 | 55 | 76 | 62 |
| Binary | 11001111 | 10101000 | 110001 | 0 | 10011 | 1001100 | 10011 | 101101 | 111110 | 110010 |
Color Harmonies of #CFA831
Complementary color
Monochromatic Colors of #CFA831
Black with #CFA831
Text Example
Text Example
White with #CFA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA831; }
p { color: rgb(207,168,49); }
H1.HeaderClassName
{
color: #CFA831;
}
.AnyTagClassName
{
color: #CFA831;
}
</style>
background-color css
<style>
a { background-color: #CFA831; }
a { background-color: rgb(207,168,49); }
div.DivClassName
{
background-color: #CFA831;
}
.BgClassName
{
background-color: #CFA831;
}
</style>
border-color css
<style>
span { border-color: #CFA831; }
span { border-color: rgb(207,168,49); }
td.TdClassName
{
border-color: #CFA831;
}
.TagClassName
{
border-color: #CFA831;
}
</style>