Shades of Metallic Gold #CFB52C
Tints of Metallic Gold #CFB52C
RGB
CMYK
RGB Variations
Color information
#CFB52C (or 0xCFB52C) is known color: Metallic Gold. HEX triplet: CF, B5 and 2C. RGB value is (207,181,44). Sum of RGB (Red+Green+Blue) = 207+181+44=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB52C is #304AD3. Grayscale: #ADADAD. Windows color (decimal): -3164884 or 2930127. OLE color: 2930127.
HSL color Cylindrical-coordinate representation of color #CFB52C: hue angle of 50.43º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFB52C is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 44 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.19 |
| HSL | 50.43º | 0.65% | 0.49% | - |
| HSV(B) | 50.43º | 0.79% | 0.81% | - |
| XYZ | 42.71 | 46.5 | 9.11 | - |
| YUV | 173.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 44 | 0 | 0.13 | 0.79 | 0.19 | 50.43 | 0.65 | 0.49 |
| Hex | CF | B5 | 2C | 0 | D | 4F | 13 | 32 | 41 | 31 |
| Octal | 317 | 265 | 54 | 0 | 15 | 117 | 23 | 62 | 101 | 61 |
| Binary | 11001111 | 10110101 | 101100 | 0 | 1101 | 1001111 | 10011 | 110010 | 1000001 | 110001 |
Color Harmonies of #CFB52C
Complementary color
Monochromatic Colors of #CFB52C
Black with #CFB52C
Text Example
Text Example
White with #CFB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB52C; }
p { color: rgb(207,181,44); }
H1.HeaderClassName
{
color: #CFB52C;
}
.AnyTagClassName
{
color: #CFB52C;
}
</style>
background-color css
<style>
a { background-color: #CFB52C; }
a { background-color: rgb(207,181,44); }
div.DivClassName
{
background-color: #CFB52C;
}
.BgClassName
{
background-color: #CFB52C;
}
</style>
border-color css
<style>
span { border-color: #CFB52C; }
span { border-color: rgb(207,181,44); }
td.TdClassName
{
border-color: #CFB52C;
}
.TagClassName
{
border-color: #CFB52C;
}
</style>