Shades of Old Gold #CBBC2E
Tints of Old Gold #CBBC2E
RGB
CMYK
RGB Variations
Color information
#CBBC2E (or 0xCBBC2E) is known color: Old Gold. HEX triplet: CB, BC and 2E. RGB value is (203,188,46). Sum of RGB (Red+Green+Blue) = 203+188+46=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC2E is #3443D1. Grayscale: #B0B0B0. Windows color (decimal): -3425234 or 3062987. OLE color: 3062987.
HSL color Cylindrical-coordinate representation of color #CBBC2E: hue angle of 54.27º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBBC2E is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 46 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.20 |
| HSL | 54.27º | 0.63% | 0.49% | - |
| HSV(B) | 54.27º | 0.77% | 0.8% | - |
| XYZ | 43.1 | 48.86 | 9.74 | - |
| YUV | 176.3 | 54.47 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 46 | 0 | 0.07 | 0.77 | 0.20 | 54.27 | 0.63 | 0.49 |
| Hex | CB | BC | 2E | 0 | 7 | 4D | 14 | 36 | 3F | 31 |
| Octal | 313 | 274 | 56 | 0 | 7 | 115 | 24 | 66 | 77 | 61 |
| Binary | 11001011 | 10111100 | 101110 | 0 | 111 | 1001101 | 10100 | 110110 | 111111 | 110001 |
Color Harmonies of #CBBC2E
Complementary color
Monochromatic Colors of #CBBC2E
Black with #CBBC2E
Text Example
Text Example
White with #CBBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC2E; }
p { color: rgb(203,188,46); }
H1.HeaderClassName
{
color: #CBBC2E;
}
.AnyTagClassName
{
color: #CBBC2E;
}
</style>
background-color css
<style>
a { background-color: #CBBC2E; }
a { background-color: rgb(203,188,46); }
div.DivClassName
{
background-color: #CBBC2E;
}
.BgClassName
{
background-color: #CBBC2E;
}
</style>
border-color css
<style>
span { border-color: #CBBC2E; }
span { border-color: rgb(203,188,46); }
td.TdClassName
{
border-color: #CBBC2E;
}
.TagClassName
{
border-color: #CBBC2E;
}
</style>