Shades of Old Gold #CBBB3E
Tints of Old Gold #CBBB3E
RGB
CMYK
RGB Variations
Color information
#CBBB3E (or 0xCBBB3E) is known color: Old Gold. HEX triplet: CB, BB and 3E. RGB value is (203,187,62). Sum of RGB (Red+Green+Blue) = 203+187+62=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB3E is #3444C1. Grayscale: #B2B2B2. Windows color (decimal): -3425474 or 4111307. OLE color: 4111307.
HSL color Cylindrical-coordinate representation of color #CBBB3E: hue angle of 53.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBBB3E is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 62 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.20 |
| HSL | 53.19º | 0.58% | 0.52% | - |
| HSV(B) | 53.19º | 0.69% | 0.8% | - |
| XYZ | 43.27 | 48.58 | 11.65 | - |
| YUV | 177.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 62 | 0 | 0.08 | 0.69 | 0.20 | 53.19 | 0.58 | 0.52 |
| Hex | CB | BB | 3E | 0 | 8 | 45 | 14 | 35 | 3A | 34 |
| Octal | 313 | 273 | 76 | 0 | 10 | 105 | 24 | 65 | 72 | 64 |
| Binary | 11001011 | 10111011 | 111110 | 0 | 1000 | 1000101 | 10100 | 110101 | 111010 | 110100 |
Color Harmonies of #CBBB3E
Complementary color
Monochromatic Colors of #CBBB3E
Black with #CBBB3E
Text Example
Text Example
White with #CBBB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB3E; }
p { color: rgb(203,187,62); }
H1.HeaderClassName
{
color: #CBBB3E;
}
.AnyTagClassName
{
color: #CBBB3E;
}
</style>
background-color css
<style>
a { background-color: #CBBB3E; }
a { background-color: rgb(203,187,62); }
div.DivClassName
{
background-color: #CBBB3E;
}
.BgClassName
{
background-color: #CBBB3E;
}
</style>
border-color css
<style>
span { border-color: #CBBB3E; }
span { border-color: rgb(203,187,62); }
td.TdClassName
{
border-color: #CBBB3E;
}
.TagClassName
{
border-color: #CBBB3E;
}
</style>