Shades of Metallic Gold #CBA433
Tints of Metallic Gold #CBA433
RGB
CMYK
RGB Variations
Color information
#CBA433 (or 0xCBA433) is known color: Metallic Gold. HEX triplet: CB, A4 and 33. RGB value is (203,164,51). Sum of RGB (Red+Green+Blue) = 203+164+51=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA433 is #345BCC. Grayscale: #A3A3A3. Windows color (decimal): -3431373 or 3384523. OLE color: 3384523.
HSL color Cylindrical-coordinate representation of color #CBA433: hue angle of 44.61º 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 #CBA433 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 51 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.20 |
| HSL | 44.61º | 0.6% | 0.5% | - |
| HSV(B) | 44.61º | 0.75% | 0.8% | - |
| XYZ | 38.5 | 39.49 | 8.72 | - |
| YUV | 162.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 51 | 0 | 0.19 | 0.75 | 0.20 | 44.61 | 0.6 | 0.5 |
| Hex | CB | A4 | 33 | 0 | 13 | 4B | 14 | 2D | 3C | 32 |
| Octal | 313 | 244 | 63 | 0 | 23 | 113 | 24 | 55 | 74 | 62 |
| Binary | 11001011 | 10100100 | 110011 | 0 | 10011 | 1001011 | 10100 | 101101 | 111100 | 110010 |
Color Harmonies of #CBA433
Complementary color
Monochromatic Colors of #CBA433
Black with #CBA433
Text Example
Text Example
White with #CBA433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA433; }
p { color: rgb(203,164,51); }
H1.HeaderClassName
{
color: #CBA433;
}
.AnyTagClassName
{
color: #CBA433;
}
</style>
background-color css
<style>
a { background-color: #CBA433; }
a { background-color: rgb(203,164,51); }
div.DivClassName
{
background-color: #CBA433;
}
.BgClassName
{
background-color: #CBA433;
}
</style>
border-color css
<style>
span { border-color: #CBA433; }
span { border-color: rgb(203,164,51); }
td.TdClassName
{
border-color: #CBA433;
}
.TagClassName
{
border-color: #CBA433;
}
</style>