Shades of Metallic Gold #CBA833
Tints of Metallic Gold #CBA833
RGB
CMYK
RGB Variations
Color information
#CBA833 (or 0xCBA833) is known color: Metallic Gold. HEX triplet: CB, A8 and 33. RGB value is (203,168,51). Sum of RGB (Red+Green+Blue) = 203+168+51=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA833 is #3457CC. Grayscale: #A5A5A5. Windows color (decimal): -3430349 or 3385547. OLE color: 3385547.
HSL color Cylindrical-coordinate representation of color #CBA833: hue angle of 46.18º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBA833 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 51 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.20 |
| HSL | 46.18º | 0.6% | 0.5% | - |
| HSV(B) | 46.18º | 0.75% | 0.8% | - |
| XYZ | 39.23 | 40.94 | 8.97 | - |
| YUV | 165.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 51 | 0 | 0.17 | 0.75 | 0.20 | 46.18 | 0.6 | 0.5 |
| Hex | CB | A8 | 33 | 0 | 11 | 4B | 14 | 2E | 3C | 32 |
| Octal | 313 | 250 | 63 | 0 | 21 | 113 | 24 | 56 | 74 | 62 |
| Binary | 11001011 | 10101000 | 110011 | 0 | 10001 | 1001011 | 10100 | 101110 | 111100 | 110010 |
Color Harmonies of #CBA833
Complementary color
Monochromatic Colors of #CBA833
Black with #CBA833
Text Example
Text Example
White with #CBA833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA833; }
p { color: rgb(203,168,51); }
H1.HeaderClassName
{
color: #CBA833;
}
.AnyTagClassName
{
color: #CBA833;
}
</style>
background-color css
<style>
a { background-color: #CBA833; }
a { background-color: rgb(203,168,51); }
div.DivClassName
{
background-color: #CBA833;
}
.BgClassName
{
background-color: #CBA833;
}
</style>
border-color css
<style>
span { border-color: #CBA833; }
span { border-color: rgb(203,168,51); }
td.TdClassName
{
border-color: #CBA833;
}
.TagClassName
{
border-color: #CBA833;
}
</style>