Shades of Metallic Gold #CFB035
Tints of Metallic Gold #CFB035
RGB
CMYK
RGB Variations
Color information
#CFB035 (or 0xCFB035) is known color: Metallic Gold. HEX triplet: CF, B0 and 35. RGB value is (207,176,53). Sum of RGB (Red+Green+Blue) = 207+176+53=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB035 is #304FCA. Grayscale: #ABABAB. Windows color (decimal): -3166155 or 3518671. OLE color: 3518671.
HSL color Cylindrical-coordinate representation of color #CFB035: hue angle of 47.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFB035 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 53 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.19 |
| HSL | 47.92º | 0.62% | 0.51% | - |
| HSV(B) | 47.92º | 0.74% | 0.81% | - |
| XYZ | 41.9 | 44.57 | 9.76 | - |
| YUV | 171.25 | 61.27 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 53 | 0 | 0.15 | 0.74 | 0.19 | 47.92 | 0.62 | 0.51 |
| Hex | CF | B0 | 35 | 0 | F | 4A | 13 | 30 | 3E | 33 |
| Octal | 317 | 260 | 65 | 0 | 17 | 112 | 23 | 60 | 76 | 63 |
| Binary | 11001111 | 10110000 | 110101 | 0 | 1111 | 1001010 | 10011 | 110000 | 111110 | 110011 |
Color Harmonies of #CFB035
Complementary color
Monochromatic Colors of #CFB035
Black with #CFB035
Text Example
Text Example
White with #CFB035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB035; }
p { color: rgb(207,176,53); }
H1.HeaderClassName
{
color: #CFB035;
}
.AnyTagClassName
{
color: #CFB035;
}
</style>
background-color css
<style>
a { background-color: #CFB035; }
a { background-color: rgb(207,176,53); }
div.DivClassName
{
background-color: #CFB035;
}
.BgClassName
{
background-color: #CFB035;
}
</style>
border-color css
<style>
span { border-color: #CFB035; }
span { border-color: rgb(207,176,53); }
td.TdClassName
{
border-color: #CFB035;
}
.TagClassName
{
border-color: #CFB035;
}
</style>