Shades of Metallic Gold #CFB22F
Tints of Metallic Gold #CFB22F
RGB
CMYK
RGB Variations
Color information
#CFB22F (or 0xCFB22F) is known color: Metallic Gold. HEX triplet: CF, B2 and 2F. RGB value is (207,178,47). Sum of RGB (Red+Green+Blue) = 207+178+47=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB22F is #304DD0. Grayscale: #ACACAC. Windows color (decimal): -3165649 or 3125967. OLE color: 3125967.
HSL color Cylindrical-coordinate representation of color #CFB22F: hue angle of 49.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFB22F is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 47 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.19 |
| HSL | 49.13º | 0.63% | 0.5% | - |
| HSV(B) | 49.13º | 0.77% | 0.81% | - |
| XYZ | 42.17 | 45.31 | 9.21 | - |
| YUV | 171.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 47 | 0 | 0.14 | 0.77 | 0.19 | 49.13 | 0.63 | 0.5 |
| Hex | CF | B2 | 2F | 0 | E | 4D | 13 | 31 | 3F | 32 |
| Octal | 317 | 262 | 57 | 0 | 16 | 115 | 23 | 61 | 77 | 62 |
| Binary | 11001111 | 10110010 | 101111 | 0 | 1110 | 1001101 | 10011 | 110001 | 111111 | 110010 |
Color Harmonies of #CFB22F
Complementary color
Monochromatic Colors of #CFB22F
Black with #CFB22F
Text Example
Text Example
White with #CFB22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB22F; }
p { color: rgb(207,178,47); }
H1.HeaderClassName
{
color: #CFB22F;
}
.AnyTagClassName
{
color: #CFB22F;
}
</style>
background-color css
<style>
a { background-color: #CFB22F; }
a { background-color: rgb(207,178,47); }
div.DivClassName
{
background-color: #CFB22F;
}
.BgClassName
{
background-color: #CFB22F;
}
</style>
border-color css
<style>
span { border-color: #CFB22F; }
span { border-color: rgb(207,178,47); }
td.TdClassName
{
border-color: #CFB22F;
}
.TagClassName
{
border-color: #CFB22F;
}
</style>