Shades of Old Gold #CBB539
Tints of Old Gold #CBB539
RGB
CMYK
RGB Variations
Color information
#CBB539 (or 0xCBB539) is known color: Old Gold. HEX triplet: CB, B5 and 39. RGB value is (203,181,57). Sum of RGB (Red+Green+Blue) = 203+181+57=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB539 is #344AC6. Grayscale: #ADADAD. Windows color (decimal): -3427015 or 3782091. OLE color: 3782091.
HSL color Cylindrical-coordinate representation of color #CBB539: hue angle of 50.96º 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 #CBB539 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 57 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.20 |
| HSL | 50.96º | 0.58% | 0.51% | - |
| HSV(B) | 50.96º | 0.72% | 0.8% | - |
| XYZ | 41.89 | 46.04 | 10.55 | - |
| YUV | 173.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 57 | 0 | 0.11 | 0.72 | 0.20 | 50.96 | 0.58 | 0.51 |
| Hex | CB | B5 | 39 | 0 | B | 48 | 14 | 33 | 3A | 33 |
| Octal | 313 | 265 | 71 | 0 | 13 | 110 | 24 | 63 | 72 | 63 |
| Binary | 11001011 | 10110101 | 111001 | 0 | 1011 | 1001000 | 10100 | 110011 | 111010 | 110011 |
Color Harmonies of #CBB539
Complementary color
Monochromatic Colors of #CBB539
Black with #CBB539
Text Example
Text Example
White with #CBB539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB539; }
p { color: rgb(203,181,57); }
H1.HeaderClassName
{
color: #CBB539;
}
.AnyTagClassName
{
color: #CBB539;
}
</style>
background-color css
<style>
a { background-color: #CBB539; }
a { background-color: rgb(203,181,57); }
div.DivClassName
{
background-color: #CBB539;
}
.BgClassName
{
background-color: #CBB539;
}
</style>
border-color css
<style>
span { border-color: #CBB539; }
span { border-color: rgb(203,181,57); }
td.TdClassName
{
border-color: #CBB539;
}
.TagClassName
{
border-color: #CBB539;
}
</style>