Shades of Metallic Gold #CBA63F
Tints of Metallic Gold #CBA63F
RGB
CMYK
RGB Variations
Color information
#CBA63F (or 0xCBA63F) is known color: Metallic Gold. HEX triplet: CB, A6 and 3F. RGB value is (203,166,63). Sum of RGB (Red+Green+Blue) = 203+166+63=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA63F is #3459C0. Grayscale: #A5A5A5. Windows color (decimal): -3430849 or 4171467. OLE color: 4171467.
HSL color Cylindrical-coordinate representation of color #CBA63F: hue angle of 44.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBA63F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 63 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.20 |
| HSL | 44.14º | 0.57% | 0.52% | - |
| HSV(B) | 44.14º | 0.69% | 0.8% | - |
| XYZ | 39.16 | 40.33 | 10.42 | - |
| YUV | 165.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 63 | 0 | 0.18 | 0.69 | 0.20 | 44.14 | 0.57 | 0.52 |
| Hex | CB | A6 | 3F | 0 | 12 | 45 | 14 | 2C | 39 | 34 |
| Octal | 313 | 246 | 77 | 0 | 22 | 105 | 24 | 54 | 71 | 64 |
| Binary | 11001011 | 10100110 | 111111 | 0 | 10010 | 1000101 | 10100 | 101100 | 111001 | 110100 |
Color Harmonies of #CBA63F
Complementary color
Monochromatic Colors of #CBA63F
Black with #CBA63F
Text Example
Text Example
White with #CBA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA63F; }
p { color: rgb(203,166,63); }
H1.HeaderClassName
{
color: #CBA63F;
}
.AnyTagClassName
{
color: #CBA63F;
}
</style>
background-color css
<style>
a { background-color: #CBA63F; }
a { background-color: rgb(203,166,63); }
div.DivClassName
{
background-color: #CBA63F;
}
.BgClassName
{
background-color: #CBA63F;
}
</style>
border-color css
<style>
span { border-color: #CBA63F; }
span { border-color: rgb(203,166,63); }
td.TdClassName
{
border-color: #CBA63F;
}
.TagClassName
{
border-color: #CBA63F;
}
</style>