Shades of Metallic Gold #CBA436
Tints of Metallic Gold #CBA436
RGB
CMYK
RGB Variations
Color information
#CBA436 (or 0xCBA436) is known color: Metallic Gold. HEX triplet: CB, A4 and 36. RGB value is (203,164,54). Sum of RGB (Red+Green+Blue) = 203+164+54=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA436 is #345BC9. Grayscale: #A3A3A3. Windows color (decimal): -3431370 or 3581131. OLE color: 3581131.
HSL color Cylindrical-coordinate representation of color #CBA436: hue angle of 44.3º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBA436 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 54 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.20 |
| HSL | 44.3º | 0.59% | 0.5% | - |
| HSV(B) | 44.3º | 0.73% | 0.8% | - |
| XYZ | 38.57 | 39.51 | 9.08 | - |
| YUV | 163.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 54 | 0 | 0.19 | 0.73 | 0.20 | 44.3 | 0.59 | 0.5 |
| Hex | CB | A4 | 36 | 0 | 13 | 49 | 14 | 2C | 3B | 32 |
| Octal | 313 | 244 | 66 | 0 | 23 | 111 | 24 | 54 | 73 | 62 |
| Binary | 11001011 | 10100100 | 110110 | 0 | 10011 | 1001001 | 10100 | 101100 | 111011 | 110010 |
Color Harmonies of #CBA436
Complementary color
Monochromatic Colors of #CBA436
Black with #CBA436
Text Example
Text Example
White with #CBA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA436; }
p { color: rgb(203,164,54); }
H1.HeaderClassName
{
color: #CBA436;
}
.AnyTagClassName
{
color: #CBA436;
}
</style>
background-color css
<style>
a { background-color: #CBA436; }
a { background-color: rgb(203,164,54); }
div.DivClassName
{
background-color: #CBA436;
}
.BgClassName
{
background-color: #CBA436;
}
</style>
border-color css
<style>
span { border-color: #CBA436; }
span { border-color: rgb(203,164,54); }
td.TdClassName
{
border-color: #CBA436;
}
.TagClassName
{
border-color: #CBA436;
}
</style>