Shades of Old Gold #CBB836
Tints of Old Gold #CBB836
RGB
CMYK
RGB Variations
Color information
#CBB836 (or 0xCBB836) is known color: Old Gold. HEX triplet: CB, B8 and 36. RGB value is (203,184,54). Sum of RGB (Red+Green+Blue) = 203+184+54=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB836 is #3447C9. Grayscale: #AFAFAF. Windows color (decimal): -3426250 or 3586251. OLE color: 3586251.
HSL color Cylindrical-coordinate representation of color #CBB836: hue angle of 52.35º 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 #CBB836 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 54 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.20 |
| HSL | 52.35º | 0.59% | 0.5% | - |
| HSV(B) | 52.35º | 0.73% | 0.8% | - |
| XYZ | 42.43 | 47.24 | 10.37 | - |
| YUV | 174.86 | 59.79 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 54 | 0 | 0.09 | 0.73 | 0.20 | 52.35 | 0.59 | 0.5 |
| Hex | CB | B8 | 36 | 0 | 9 | 49 | 14 | 34 | 3B | 32 |
| Octal | 313 | 270 | 66 | 0 | 11 | 111 | 24 | 64 | 73 | 62 |
| Binary | 11001011 | 10111000 | 110110 | 0 | 1001 | 1001001 | 10100 | 110100 | 111011 | 110010 |
Color Harmonies of #CBB836
Complementary color
Monochromatic Colors of #CBB836
Black with #CBB836
Text Example
Text Example
White with #CBB836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB836; }
p { color: rgb(203,184,54); }
H1.HeaderClassName
{
color: #CBB836;
}
.AnyTagClassName
{
color: #CBB836;
}
</style>
background-color css
<style>
a { background-color: #CBB836; }
a { background-color: rgb(203,184,54); }
div.DivClassName
{
background-color: #CBB836;
}
.BgClassName
{
background-color: #CBB836;
}
</style>
border-color css
<style>
span { border-color: #CBB836; }
span { border-color: rgb(203,184,54); }
td.TdClassName
{
border-color: #CBB836;
}
.TagClassName
{
border-color: #CBB836;
}
</style>