Shades of Metallic Gold #CFB12E
Tints of Metallic Gold #CFB12E
RGB
CMYK
RGB Variations
Color information
#CFB12E (or 0xCFB12E) is known color: Metallic Gold. HEX triplet: CF, B1 and 2E. RGB value is (207,177,46). Sum of RGB (Red+Green+Blue) = 207+177+46=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB12E is #304ED1. Grayscale: #ABABAB. Windows color (decimal): -3165906 or 3060175. OLE color: 3060175.
HSL color Cylindrical-coordinate representation of color #CFB12E: hue angle of 48.82º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFB12E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 46 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.19 |
| HSL | 48.82º | 0.64% | 0.5% | - |
| HSV(B) | 48.82º | 0.78% | 0.81% | - |
| XYZ | 41.95 | 44.91 | 9.04 | - |
| YUV | 171.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 46 | 0 | 0.14 | 0.78 | 0.19 | 48.82 | 0.64 | 0.5 |
| Hex | CF | B1 | 2E | 0 | E | 4E | 13 | 31 | 40 | 32 |
| Octal | 317 | 261 | 56 | 0 | 16 | 116 | 23 | 61 | 100 | 62 |
| Binary | 11001111 | 10110001 | 101110 | 0 | 1110 | 1001110 | 10011 | 110001 | 1000000 | 110010 |
Color Harmonies of #CFB12E
Complementary color
Monochromatic Colors of #CFB12E
Black with #CFB12E
Text Example
Text Example
White with #CFB12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB12E; }
p { color: rgb(207,177,46); }
H1.HeaderClassName
{
color: #CFB12E;
}
.AnyTagClassName
{
color: #CFB12E;
}
</style>
background-color css
<style>
a { background-color: #CFB12E; }
a { background-color: rgb(207,177,46); }
div.DivClassName
{
background-color: #CFB12E;
}
.BgClassName
{
background-color: #CFB12E;
}
</style>
border-color css
<style>
span { border-color: #CFB12E; }
span { border-color: rgb(207,177,46); }
td.TdClassName
{
border-color: #CFB12E;
}
.TagClassName
{
border-color: #CFB12E;
}
</style>