Shades of Metallic Gold #CFB233
Tints of Metallic Gold #CFB233
RGB
CMYK
RGB Variations
Color information
#CFB233 (or 0xCFB233) is known color: Metallic Gold. HEX triplet: CF, B2 and 33. RGB value is (207,178,51). Sum of RGB (Red+Green+Blue) = 207+178+51=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB233 is #304DCC. Grayscale: #ACACAC. Windows color (decimal): -3165645 or 3388111. OLE color: 3388111.
HSL color Cylindrical-coordinate representation of color #CFB233: hue angle of 48.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFB233 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 51 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.19 |
| HSL | 48.85º | 0.62% | 0.51% | - |
| HSV(B) | 48.85º | 0.75% | 0.81% | - |
| XYZ | 42.25 | 45.35 | 9.66 | - |
| YUV | 172.19 | 59.61 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 51 | 0 | 0.14 | 0.75 | 0.19 | 48.85 | 0.62 | 0.51 |
| Hex | CF | B2 | 33 | 0 | E | 4B | 13 | 31 | 3E | 33 |
| Octal | 317 | 262 | 63 | 0 | 16 | 113 | 23 | 61 | 76 | 63 |
| Binary | 11001111 | 10110010 | 110011 | 0 | 1110 | 1001011 | 10011 | 110001 | 111110 | 110011 |
Color Harmonies of #CFB233
Complementary color
Monochromatic Colors of #CFB233
Black with #CFB233
Text Example
Text Example
White with #CFB233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB233; }
p { color: rgb(207,178,51); }
H1.HeaderClassName
{
color: #CFB233;
}
.AnyTagClassName
{
color: #CFB233;
}
</style>
background-color css
<style>
a { background-color: #CFB233; }
a { background-color: rgb(207,178,51); }
div.DivClassName
{
background-color: #CFB233;
}
.BgClassName
{
background-color: #CFB233;
}
</style>
border-color css
<style>
span { border-color: #CFB233; }
span { border-color: rgb(207,178,51); }
td.TdClassName
{
border-color: #CFB233;
}
.TagClassName
{
border-color: #CFB233;
}
</style>