Shades of Old Gold #CBBA2E
Tints of Old Gold #CBBA2E
RGB
CMYK
RGB Variations
Color information
#CBBA2E (or 0xCBBA2E) is known color: Old Gold. HEX triplet: CB, BA and 2E. RGB value is (203,186,46). Sum of RGB (Red+Green+Blue) = 203+186+46=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA2E is #3445D1. Grayscale: #AFAFAF. Windows color (decimal): -3425746 or 3062475. OLE color: 3062475.
HSL color Cylindrical-coordinate representation of color #CBBA2E: hue angle of 53.5º 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 #CBBA2E is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 46 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.20 |
| HSL | 53.5º | 0.63% | 0.49% | - |
| HSV(B) | 53.5º | 0.77% | 0.8% | - |
| XYZ | 42.68 | 48.01 | 9.6 | - |
| YUV | 175.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 46 | 0 | 0.08 | 0.77 | 0.20 | 53.5 | 0.63 | 0.49 |
| Hex | CB | BA | 2E | 0 | 8 | 4D | 14 | 36 | 3F | 31 |
| Octal | 313 | 272 | 56 | 0 | 10 | 115 | 24 | 66 | 77 | 61 |
| Binary | 11001011 | 10111010 | 101110 | 0 | 1000 | 1001101 | 10100 | 110110 | 111111 | 110001 |
Color Harmonies of #CBBA2E
Complementary color
Monochromatic Colors of #CBBA2E
Black with #CBBA2E
Text Example
Text Example
White with #CBBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA2E; }
p { color: rgb(203,186,46); }
H1.HeaderClassName
{
color: #CBBA2E;
}
.AnyTagClassName
{
color: #CBBA2E;
}
</style>
background-color css
<style>
a { background-color: #CBBA2E; }
a { background-color: rgb(203,186,46); }
div.DivClassName
{
background-color: #CBBA2E;
}
.BgClassName
{
background-color: #CBBA2E;
}
</style>
border-color css
<style>
span { border-color: #CBBA2E; }
span { border-color: rgb(203,186,46); }
td.TdClassName
{
border-color: #CBBA2E;
}
.TagClassName
{
border-color: #CBBA2E;
}
</style>