Shades of Metallic Gold #CBA838
Tints of Metallic Gold #CBA838
RGB
CMYK
RGB Variations
Color information
#CBA838 (or 0xCBA838) is known color: Metallic Gold. HEX triplet: CB, A8 and 38. RGB value is (203,168,56). Sum of RGB (Red+Green+Blue) = 203+168+56=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA838 is #3457C7. Grayscale: #A6A6A6. Windows color (decimal): -3430344 or 3713227. OLE color: 3713227.
HSL color Cylindrical-coordinate representation of color #CBA838: hue angle of 45.71º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBA838 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 56 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.20 |
| HSL | 45.71º | 0.59% | 0.51% | - |
| HSV(B) | 45.71º | 0.72% | 0.8% | - |
| XYZ | 39.35 | 40.99 | 9.58 | - |
| YUV | 165.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 56 | 0 | 0.17 | 0.72 | 0.20 | 45.71 | 0.59 | 0.51 |
| Hex | CB | A8 | 38 | 0 | 11 | 48 | 14 | 2E | 3B | 33 |
| Octal | 313 | 250 | 70 | 0 | 21 | 110 | 24 | 56 | 73 | 63 |
| Binary | 11001011 | 10101000 | 111000 | 0 | 10001 | 1001000 | 10100 | 101110 | 111011 | 110011 |
Color Harmonies of #CBA838
Complementary color
Monochromatic Colors of #CBA838
Black with #CBA838
Text Example
Text Example
White with #CBA838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA838; }
p { color: rgb(203,168,56); }
H1.HeaderClassName
{
color: #CBA838;
}
.AnyTagClassName
{
color: #CBA838;
}
</style>
background-color css
<style>
a { background-color: #CBA838; }
a { background-color: rgb(203,168,56); }
div.DivClassName
{
background-color: #CBA838;
}
.BgClassName
{
background-color: #CBA838;
}
</style>
border-color css
<style>
span { border-color: #CBA838; }
span { border-color: rgb(203,168,56); }
td.TdClassName
{
border-color: #CBA838;
}
.TagClassName
{
border-color: #CBA838;
}
</style>