Shades of Metallic Gold #CBA938
Tints of Metallic Gold #CBA938
RGB
CMYK
RGB Variations
Color information
#CBA938 (or 0xCBA938) is known color: Metallic Gold. HEX triplet: CB, A9 and 38. RGB value is (203,169,56). Sum of RGB (Red+Green+Blue) = 203+169+56=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA938 is #3456C7. Grayscale: #A6A6A6. Windows color (decimal): -3430088 or 3713483. OLE color: 3713483.
HSL color Cylindrical-coordinate representation of color #CBA938: hue angle of 46.12º 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 #CBA938 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 56 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.20 |
| HSL | 46.12º | 0.59% | 0.51% | - |
| HSV(B) | 46.12º | 0.72% | 0.8% | - |
| XYZ | 39.53 | 41.36 | 9.64 | - |
| YUV | 166.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 56 | 0 | 0.17 | 0.72 | 0.20 | 46.12 | 0.59 | 0.51 |
| Hex | CB | A9 | 38 | 0 | 11 | 48 | 14 | 2E | 3B | 33 |
| Octal | 313 | 251 | 70 | 0 | 21 | 110 | 24 | 56 | 73 | 63 |
| Binary | 11001011 | 10101001 | 111000 | 0 | 10001 | 1001000 | 10100 | 101110 | 111011 | 110011 |
Color Harmonies of #CBA938
Complementary color
Monochromatic Colors of #CBA938
Black with #CBA938
Text Example
Text Example
White with #CBA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA938; }
p { color: rgb(203,169,56); }
H1.HeaderClassName
{
color: #CBA938;
}
.AnyTagClassName
{
color: #CBA938;
}
</style>
background-color css
<style>
a { background-color: #CBA938; }
a { background-color: rgb(203,169,56); }
div.DivClassName
{
background-color: #CBA938;
}
.BgClassName
{
background-color: #CBA938;
}
</style>
border-color css
<style>
span { border-color: #CBA938; }
span { border-color: rgb(203,169,56); }
td.TdClassName
{
border-color: #CBA938;
}
.TagClassName
{
border-color: #CBA938;
}
</style>