Shades of Metallic Gold #CFB02C
Tints of Metallic Gold #CFB02C
RGB
CMYK
RGB Variations
Color information
#CFB02C (or 0xCFB02C) is known color: Metallic Gold. HEX triplet: CF, B0 and 2C. RGB value is (207,176,44). Sum of RGB (Red+Green+Blue) = 207+176+44=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB02C is #304FD3. Grayscale: #AAAAAA. Windows color (decimal): -3166164 or 2928847. OLE color: 2928847.
HSL color Cylindrical-coordinate representation of color #CFB02C: hue angle of 48.59º 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 #CFB02C is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 44 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.19 |
| HSL | 48.59º | 0.65% | 0.49% | - |
| HSV(B) | 48.59º | 0.79% | 0.81% | - |
| XYZ | 41.71 | 44.5 | 8.77 | - |
| YUV | 170.22 | 56.77 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 44 | 0 | 0.15 | 0.79 | 0.19 | 48.59 | 0.65 | 0.49 |
| Hex | CF | B0 | 2C | 0 | F | 4F | 13 | 31 | 41 | 31 |
| Octal | 317 | 260 | 54 | 0 | 17 | 117 | 23 | 61 | 101 | 61 |
| Binary | 11001111 | 10110000 | 101100 | 0 | 1111 | 1001111 | 10011 | 110001 | 1000001 | 110001 |
Color Harmonies of #CFB02C
Complementary color
Monochromatic Colors of #CFB02C
Black with #CFB02C
Text Example
Text Example
White with #CFB02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB02C; }
p { color: rgb(207,176,44); }
H1.HeaderClassName
{
color: #CFB02C;
}
.AnyTagClassName
{
color: #CFB02C;
}
</style>
background-color css
<style>
a { background-color: #CFB02C; }
a { background-color: rgb(207,176,44); }
div.DivClassName
{
background-color: #CFB02C;
}
.BgClassName
{
background-color: #CFB02C;
}
</style>
border-color css
<style>
span { border-color: #CFB02C; }
span { border-color: rgb(207,176,44); }
td.TdClassName
{
border-color: #CFB02C;
}
.TagClassName
{
border-color: #CFB02C;
}
</style>