Shades of Old Gold #CBB239
Tints of Old Gold #CBB239
RGB
CMYK
RGB Variations
Color information
#CBB239 (or 0xCBB239) is known color: Old Gold. HEX triplet: CB, B2 and 39. RGB value is (203,178,57). Sum of RGB (Red+Green+Blue) = 203+178+57=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB239 is #344DC6. Grayscale: #ACACAC. Windows color (decimal): -3427783 or 3781323. OLE color: 3781323.
HSL color Cylindrical-coordinate representation of color #CBB239: hue angle of 49.73º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBB239 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 57 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.20 |
| HSL | 49.73º | 0.58% | 0.51% | - |
| HSV(B) | 49.73º | 0.72% | 0.8% | - |
| XYZ | 41.29 | 44.83 | 10.35 | - |
| YUV | 171.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 57 | 0 | 0.12 | 0.72 | 0.20 | 49.73 | 0.58 | 0.51 |
| Hex | CB | B2 | 39 | 0 | C | 48 | 14 | 32 | 3A | 33 |
| Octal | 313 | 262 | 71 | 0 | 14 | 110 | 24 | 62 | 72 | 63 |
| Binary | 11001011 | 10110010 | 111001 | 0 | 1100 | 1001000 | 10100 | 110010 | 111010 | 110011 |
Color Harmonies of #CBB239
Complementary color
Monochromatic Colors of #CBB239
Black with #CBB239
Text Example
Text Example
White with #CBB239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB239; }
p { color: rgb(203,178,57); }
H1.HeaderClassName
{
color: #CBB239;
}
.AnyTagClassName
{
color: #CBB239;
}
</style>
background-color css
<style>
a { background-color: #CBB239; }
a { background-color: rgb(203,178,57); }
div.DivClassName
{
background-color: #CBB239;
}
.BgClassName
{
background-color: #CBB239;
}
</style>
border-color css
<style>
span { border-color: #CBB239; }
span { border-color: rgb(203,178,57); }
td.TdClassName
{
border-color: #CBB239;
}
.TagClassName
{
border-color: #CBB239;
}
</style>