Shades of Metallic Gold #CFB22C
Tints of Metallic Gold #CFB22C
RGB
CMYK
RGB Variations
Color information
#CFB22C (or 0xCFB22C) is known color: Metallic Gold. HEX triplet: CF, B2 and 2C. RGB value is (207,178,44). Sum of RGB (Red+Green+Blue) = 207+178+44=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB22C is #304DD3. Grayscale: #ABABAB. Windows color (decimal): -3165652 or 2929359. OLE color: 2929359.
HSL color Cylindrical-coordinate representation of color #CFB22C: hue angle of 49.33º 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 #CFB22C is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 44 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.19 |
| HSL | 49.33º | 0.65% | 0.49% | - |
| HSV(B) | 49.33º | 0.79% | 0.81% | - |
| XYZ | 42.11 | 45.29 | 8.91 | - |
| YUV | 171.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 44 | 0 | 0.14 | 0.79 | 0.19 | 49.33 | 0.65 | 0.49 |
| Hex | CF | B2 | 2C | 0 | E | 4F | 13 | 31 | 41 | 31 |
| Octal | 317 | 262 | 54 | 0 | 16 | 117 | 23 | 61 | 101 | 61 |
| Binary | 11001111 | 10110010 | 101100 | 0 | 1110 | 1001111 | 10011 | 110001 | 1000001 | 110001 |
Color Harmonies of #CFB22C
Complementary color
Monochromatic Colors of #CFB22C
Black with #CFB22C
Text Example
Text Example
White with #CFB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB22C; }
p { color: rgb(207,178,44); }
H1.HeaderClassName
{
color: #CFB22C;
}
.AnyTagClassName
{
color: #CFB22C;
}
</style>
background-color css
<style>
a { background-color: #CFB22C; }
a { background-color: rgb(207,178,44); }
div.DivClassName
{
background-color: #CFB22C;
}
.BgClassName
{
background-color: #CFB22C;
}
</style>
border-color css
<style>
span { border-color: #CFB22C; }
span { border-color: rgb(207,178,44); }
td.TdClassName
{
border-color: #CFB22C;
}
.TagClassName
{
border-color: #CFB22C;
}
</style>