Shades of Metallic Gold #CBA733
Tints of Metallic Gold #CBA733
RGB
CMYK
RGB Variations
Color information
#CBA733 (or 0xCBA733) is known color: Metallic Gold. HEX triplet: CB, A7 and 33. RGB value is (203,167,51). Sum of RGB (Red+Green+Blue) = 203+167+51=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA733 is #3458CC. Grayscale: #A5A5A5. Windows color (decimal): -3430605 or 3385291. OLE color: 3385291.
HSL color Cylindrical-coordinate representation of color #CBA733: hue angle of 45.79º 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 #CBA733 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 51 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.20 |
| HSL | 45.79º | 0.6% | 0.5% | - |
| HSV(B) | 45.79º | 0.75% | 0.8% | - |
| XYZ | 39.04 | 40.57 | 8.91 | - |
| YUV | 164.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 51 | 0 | 0.18 | 0.75 | 0.20 | 45.79 | 0.6 | 0.5 |
| Hex | CB | A7 | 33 | 0 | 12 | 4B | 14 | 2E | 3C | 32 |
| Octal | 313 | 247 | 63 | 0 | 22 | 113 | 24 | 56 | 74 | 62 |
| Binary | 11001011 | 10100111 | 110011 | 0 | 10010 | 1001011 | 10100 | 101110 | 111100 | 110010 |
Color Harmonies of #CBA733
Complementary color
Monochromatic Colors of #CBA733
Black with #CBA733
Text Example
Text Example
White with #CBA733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA733; }
p { color: rgb(203,167,51); }
H1.HeaderClassName
{
color: #CBA733;
}
.AnyTagClassName
{
color: #CBA733;
}
</style>
background-color css
<style>
a { background-color: #CBA733; }
a { background-color: rgb(203,167,51); }
div.DivClassName
{
background-color: #CBA733;
}
.BgClassName
{
background-color: #CBA733;
}
</style>
border-color css
<style>
span { border-color: #CBA733; }
span { border-color: rgb(203,167,51); }
td.TdClassName
{
border-color: #CBA733;
}
.TagClassName
{
border-color: #CBA733;
}
</style>