Shades of Metallic Gold #CBAB36
Tints of Metallic Gold #CBAB36
RGB
CMYK
RGB Variations
Color information
#CBAB36 (or 0xCBAB36) is known color: Metallic Gold. HEX triplet: CB, AB and 36. RGB value is (203,171,54). Sum of RGB (Red+Green+Blue) = 203+171+54=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB36 is #3454C9. Grayscale: #A7A7A7. Windows color (decimal): -3429578 or 3582923. OLE color: 3582923.
HSL color Cylindrical-coordinate representation of color #CBAB36: hue angle of 47.11º 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 #CBAB36 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 54 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.20 |
| HSL | 47.11º | 0.59% | 0.5% | - |
| HSV(B) | 47.11º | 0.73% | 0.8% | - |
| XYZ | 39.86 | 42.09 | 9.51 | - |
| YUV | 167.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 54 | 0 | 0.16 | 0.73 | 0.20 | 47.11 | 0.59 | 0.5 |
| Hex | CB | AB | 36 | 0 | 10 | 49 | 14 | 2F | 3B | 32 |
| Octal | 313 | 253 | 66 | 0 | 20 | 111 | 24 | 57 | 73 | 62 |
| Binary | 11001011 | 10101011 | 110110 | 0 | 10000 | 1001001 | 10100 | 101111 | 111011 | 110010 |
Color Harmonies of #CBAB36
Complementary color
Monochromatic Colors of #CBAB36
Black with #CBAB36
Text Example
Text Example
White with #CBAB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB36; }
p { color: rgb(203,171,54); }
H1.HeaderClassName
{
color: #CBAB36;
}
.AnyTagClassName
{
color: #CBAB36;
}
</style>
background-color css
<style>
a { background-color: #CBAB36; }
a { background-color: rgb(203,171,54); }
div.DivClassName
{
background-color: #CBAB36;
}
.BgClassName
{
background-color: #CBAB36;
}
</style>
border-color css
<style>
span { border-color: #CBAB36; }
span { border-color: rgb(203,171,54); }
td.TdClassName
{
border-color: #CBAB36;
}
.TagClassName
{
border-color: #CBAB36;
}
</style>