Shades of Old Gold #CBB839
Tints of Old Gold #CBB839
RGB
CMYK
RGB Variations
Color information
#CBB839 (or 0xCBB839) is known color: Old Gold. HEX triplet: CB, B8 and 39. RGB value is (203,184,57). Sum of RGB (Red+Green+Blue) = 203+184+57=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB839 is #3447C6. Grayscale: #AFAFAF. Windows color (decimal): -3426247 or 3782859. OLE color: 3782859.
HSL color Cylindrical-coordinate representation of color #CBB839: hue angle of 52.19º 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 #CBB839 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 57 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.20 |
| HSL | 52.19º | 0.58% | 0.51% | - |
| HSV(B) | 52.19º | 0.72% | 0.8% | - |
| XYZ | 42.51 | 47.27 | 10.76 | - |
| YUV | 175.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 57 | 0 | 0.09 | 0.72 | 0.20 | 52.19 | 0.58 | 0.51 |
| Hex | CB | B8 | 39 | 0 | 9 | 48 | 14 | 34 | 3A | 33 |
| Octal | 313 | 270 | 71 | 0 | 11 | 110 | 24 | 64 | 72 | 63 |
| Binary | 11001011 | 10111000 | 111001 | 0 | 1001 | 1001000 | 10100 | 110100 | 111010 | 110011 |
Color Harmonies of #CBB839
Complementary color
Monochromatic Colors of #CBB839
Black with #CBB839
Text Example
Text Example
White with #CBB839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB839; }
p { color: rgb(203,184,57); }
H1.HeaderClassName
{
color: #CBB839;
}
.AnyTagClassName
{
color: #CBB839;
}
</style>
background-color css
<style>
a { background-color: #CBB839; }
a { background-color: rgb(203,184,57); }
div.DivClassName
{
background-color: #CBB839;
}
.BgClassName
{
background-color: #CBB839;
}
</style>
border-color css
<style>
span { border-color: #CBB839; }
span { border-color: rgb(203,184,57); }
td.TdClassName
{
border-color: #CBB839;
}
.TagClassName
{
border-color: #CBB839;
}
</style>