Shades of Metallic Gold #CFB031
Tints of Metallic Gold #CFB031
RGB
CMYK
RGB Variations
Color information
#CFB031 (or 0xCFB031) is known color: Metallic Gold. HEX triplet: CF, B0 and 31. RGB value is (207,176,49). Sum of RGB (Red+Green+Blue) = 207+176+49=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB031 is #304FCE. Grayscale: #ABABAB. Windows color (decimal): -3166159 or 3256527. OLE color: 3256527.
HSL color Cylindrical-coordinate representation of color #CFB031: hue angle of 48.23º 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 #CFB031 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 49 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.19 |
| HSL | 48.23º | 0.62% | 0.5% | - |
| HSV(B) | 48.23º | 0.76% | 0.81% | - |
| XYZ | 41.81 | 44.54 | 9.3 | - |
| YUV | 170.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 49 | 0 | 0.15 | 0.76 | 0.19 | 48.23 | 0.62 | 0.5 |
| Hex | CF | B0 | 31 | 0 | F | 4C | 13 | 30 | 3E | 32 |
| Octal | 317 | 260 | 61 | 0 | 17 | 114 | 23 | 60 | 76 | 62 |
| Binary | 11001111 | 10110000 | 110001 | 0 | 1111 | 1001100 | 10011 | 110000 | 111110 | 110010 |
Color Harmonies of #CFB031
Complementary color
Monochromatic Colors of #CFB031
Black with #CFB031
Text Example
Text Example
White with #CFB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB031; }
p { color: rgb(207,176,49); }
H1.HeaderClassName
{
color: #CFB031;
}
.AnyTagClassName
{
color: #CFB031;
}
</style>
background-color css
<style>
a { background-color: #CFB031; }
a { background-color: rgb(207,176,49); }
div.DivClassName
{
background-color: #CFB031;
}
.BgClassName
{
background-color: #CFB031;
}
</style>
border-color css
<style>
span { border-color: #CFB031; }
span { border-color: rgb(207,176,49); }
td.TdClassName
{
border-color: #CFB031;
}
.TagClassName
{
border-color: #CFB031;
}
</style>