Shades of Metallic Gold #CBA634
Tints of Metallic Gold #CBA634
RGB
CMYK
RGB Variations
Color information
#CBA634 (or 0xCBA634) is known color: Metallic Gold. HEX triplet: CB, A6 and 34. RGB value is (203,166,52). Sum of RGB (Red+Green+Blue) = 203+166+52=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA634 is #3459CB. Grayscale: #A4A4A4. Windows color (decimal): -3430860 or 3450571. OLE color: 3450571.
HSL color Cylindrical-coordinate representation of color #CBA634: hue angle of 45.3º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBA634 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 52 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.20 |
| HSL | 45.3º | 0.59% | 0.5% | - |
| HSV(B) | 45.3º | 0.74% | 0.8% | - |
| XYZ | 38.88 | 40.22 | 8.96 | - |
| YUV | 164.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 52 | 0 | 0.18 | 0.74 | 0.20 | 45.3 | 0.59 | 0.5 |
| Hex | CB | A6 | 34 | 0 | 12 | 4A | 14 | 2D | 3B | 32 |
| Octal | 313 | 246 | 64 | 0 | 22 | 112 | 24 | 55 | 73 | 62 |
| Binary | 11001011 | 10100110 | 110100 | 0 | 10010 | 1001010 | 10100 | 101101 | 111011 | 110010 |
Color Harmonies of #CBA634
Complementary color
Monochromatic Colors of #CBA634
Black with #CBA634
Text Example
Text Example
White with #CBA634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA634; }
p { color: rgb(203,166,52); }
H1.HeaderClassName
{
color: #CBA634;
}
.AnyTagClassName
{
color: #CBA634;
}
</style>
background-color css
<style>
a { background-color: #CBA634; }
a { background-color: rgb(203,166,52); }
div.DivClassName
{
background-color: #CBA634;
}
.BgClassName
{
background-color: #CBA634;
}
</style>
border-color css
<style>
span { border-color: #CBA634; }
span { border-color: rgb(203,166,52); }
td.TdClassName
{
border-color: #CBA634;
}
.TagClassName
{
border-color: #CBA634;
}
</style>