Shades of Old Gold #CBBB3A
Tints of Old Gold #CBBB3A
RGB
CMYK
RGB Variations
Color information
#CBBB3A (or 0xCBBB3A) is known color: Old Gold. HEX triplet: CB, BB and 3A. RGB value is (203,187,58). Sum of RGB (Red+Green+Blue) = 203+187+58=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB3A is #3444C5. Grayscale: #B1B1B1. Windows color (decimal): -3425478 or 3849163. OLE color: 3849163.
HSL color Cylindrical-coordinate representation of color #CBBB3A: hue angle of 53.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBBB3A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 58 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.20 |
| HSL | 53.38º | 0.58% | 0.51% | - |
| HSV(B) | 53.38º | 0.71% | 0.8% | - |
| XYZ | 43.16 | 48.54 | 11.1 | - |
| YUV | 177.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 58 | 0 | 0.08 | 0.71 | 0.20 | 53.38 | 0.58 | 0.51 |
| Hex | CB | BB | 3A | 0 | 8 | 47 | 14 | 35 | 3A | 33 |
| Octal | 313 | 273 | 72 | 0 | 10 | 107 | 24 | 65 | 72 | 63 |
| Binary | 11001011 | 10111011 | 111010 | 0 | 1000 | 1000111 | 10100 | 110101 | 111010 | 110011 |
Color Harmonies of #CBBB3A
Complementary color
Monochromatic Colors of #CBBB3A
Black with #CBBB3A
Text Example
Text Example
White with #CBBB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB3A; }
p { color: rgb(203,187,58); }
H1.HeaderClassName
{
color: #CBBB3A;
}
.AnyTagClassName
{
color: #CBBB3A;
}
</style>
background-color css
<style>
a { background-color: #CBBB3A; }
a { background-color: rgb(203,187,58); }
div.DivClassName
{
background-color: #CBBB3A;
}
.BgClassName
{
background-color: #CBBB3A;
}
</style>
border-color css
<style>
span { border-color: #CBBB3A; }
span { border-color: rgb(203,187,58); }
td.TdClassName
{
border-color: #CBBB3A;
}
.TagClassName
{
border-color: #CBBB3A;
}
</style>