Shades of Metallic Gold #CBAB33
Tints of Metallic Gold #CBAB33
RGB
CMYK
RGB Variations
Color information
#CBAB33 (or 0xCBAB33) is known color: Metallic Gold. HEX triplet: CB, AB and 33. RGB value is (203,171,51). Sum of RGB (Red+Green+Blue) = 203+171+51=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB33 is #3454CC. Grayscale: #A7A7A7. Windows color (decimal): -3429581 or 3386315. OLE color: 3386315.
HSL color Cylindrical-coordinate representation of color #CBAB33: hue angle of 47.37º 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 #CBAB33 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 51 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.20 |
| HSL | 47.37º | 0.6% | 0.5% | - |
| HSV(B) | 47.37º | 0.75% | 0.8% | - |
| XYZ | 39.79 | 42.06 | 9.15 | - |
| YUV | 166.89 | 62.6 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 51 | 0 | 0.16 | 0.75 | 0.20 | 47.37 | 0.6 | 0.5 |
| Hex | CB | AB | 33 | 0 | 10 | 4B | 14 | 2F | 3C | 32 |
| Octal | 313 | 253 | 63 | 0 | 20 | 113 | 24 | 57 | 74 | 62 |
| Binary | 11001011 | 10101011 | 110011 | 0 | 10000 | 1001011 | 10100 | 101111 | 111100 | 110010 |
Color Harmonies of #CBAB33
Complementary color
Monochromatic Colors of #CBAB33
Black with #CBAB33
Text Example
Text Example
White with #CBAB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB33; }
p { color: rgb(203,171,51); }
H1.HeaderClassName
{
color: #CBAB33;
}
.AnyTagClassName
{
color: #CBAB33;
}
</style>
background-color css
<style>
a { background-color: #CBAB33; }
a { background-color: rgb(203,171,51); }
div.DivClassName
{
background-color: #CBAB33;
}
.BgClassName
{
background-color: #CBAB33;
}
</style>
border-color css
<style>
span { border-color: #CBAB33; }
span { border-color: rgb(203,171,51); }
td.TdClassName
{
border-color: #CBAB33;
}
.TagClassName
{
border-color: #CBAB33;
}
</style>