Shades of Metallic Gold #CBA738
Tints of Metallic Gold #CBA738
RGB
CMYK
RGB Variations
Color information
#CBA738 (or 0xCBA738) is known color: Metallic Gold. HEX triplet: CB, A7 and 38. RGB value is (203,167,56). Sum of RGB (Red+Green+Blue) = 203+167+56=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA738 is #3458C7. Grayscale: #A5A5A5. Windows color (decimal): -3430600 or 3712971. OLE color: 3712971.
HSL color Cylindrical-coordinate representation of color #CBA738: hue angle of 45.31º 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 #CBA738 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 56 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.20 |
| HSL | 45.31º | 0.59% | 0.51% | - |
| HSV(B) | 45.31º | 0.72% | 0.8% | - |
| XYZ | 39.16 | 40.62 | 9.52 | - |
| YUV | 165.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 56 | 0 | 0.18 | 0.72 | 0.20 | 45.31 | 0.59 | 0.51 |
| Hex | CB | A7 | 38 | 0 | 12 | 48 | 14 | 2D | 3B | 33 |
| Octal | 313 | 247 | 70 | 0 | 22 | 110 | 24 | 55 | 73 | 63 |
| Binary | 11001011 | 10100111 | 111000 | 0 | 10010 | 1001000 | 10100 | 101101 | 111011 | 110011 |
Color Harmonies of #CBA738
Complementary color
Monochromatic Colors of #CBA738
Black with #CBA738
Text Example
Text Example
White with #CBA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA738; }
p { color: rgb(203,167,56); }
H1.HeaderClassName
{
color: #CBA738;
}
.AnyTagClassName
{
color: #CBA738;
}
</style>
background-color css
<style>
a { background-color: #CBA738; }
a { background-color: rgb(203,167,56); }
div.DivClassName
{
background-color: #CBA738;
}
.BgClassName
{
background-color: #CBA738;
}
</style>
border-color css
<style>
span { border-color: #CBA738; }
span { border-color: rgb(203,167,56); }
td.TdClassName
{
border-color: #CBA738;
}
.TagClassName
{
border-color: #CBA738;
}
</style>