Shades of Metallic Gold #CBA736
Tints of Metallic Gold #CBA736
RGB
CMYK
RGB Variations
Color information
#CBA736 (or 0xCBA736) is known color: Metallic Gold. HEX triplet: CB, A7 and 36. RGB value is (203,167,54). Sum of RGB (Red+Green+Blue) = 203+167+54=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA736 is #3458C9. Grayscale: #A5A5A5. Windows color (decimal): -3430602 or 3581899. OLE color: 3581899.
HSL color Cylindrical-coordinate representation of color #CBA736: hue angle of 45.5º 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 #CBA736 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 54 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.20 |
| HSL | 45.5º | 0.59% | 0.5% | - |
| HSV(B) | 45.5º | 0.73% | 0.8% | - |
| XYZ | 39.11 | 40.6 | 9.27 | - |
| YUV | 164.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 54 | 0 | 0.18 | 0.73 | 0.20 | 45.5 | 0.59 | 0.5 |
| Hex | CB | A7 | 36 | 0 | 12 | 49 | 14 | 2E | 3B | 32 |
| Octal | 313 | 247 | 66 | 0 | 22 | 111 | 24 | 56 | 73 | 62 |
| Binary | 11001011 | 10100111 | 110110 | 0 | 10010 | 1001001 | 10100 | 101110 | 111011 | 110010 |
Color Harmonies of #CBA736
Complementary color
Monochromatic Colors of #CBA736
Black with #CBA736
Text Example
Text Example
White with #CBA736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA736; }
p { color: rgb(203,167,54); }
H1.HeaderClassName
{
color: #CBA736;
}
.AnyTagClassName
{
color: #CBA736;
}
</style>
background-color css
<style>
a { background-color: #CBA736; }
a { background-color: rgb(203,167,54); }
div.DivClassName
{
background-color: #CBA736;
}
.BgClassName
{
background-color: #CBA736;
}
</style>
border-color css
<style>
span { border-color: #CBA736; }
span { border-color: rgb(203,167,54); }
td.TdClassName
{
border-color: #CBA736;
}
.TagClassName
{
border-color: #CBA736;
}
</style>