Shades of Old Gold #CBBC47
Tints of Old Gold #CBBC47
RGB
CMYK
RGB Variations
Color information
#CBBC47 (or 0xCBBC47) is known color: Old Gold. HEX triplet: CB, BC and 47. RGB value is (203,188,71). Sum of RGB (Red+Green+Blue) = 203+188+71=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC47 is #3443B8. Grayscale: #B3B3B3. Windows color (decimal): -3425209 or 4701387. OLE color: 4701387.
HSL color Cylindrical-coordinate representation of color #CBBC47: hue angle of 53.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBBC47 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 71 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.20 |
| HSL | 53.18º | 0.56% | 0.54% | - |
| HSV(B) | 53.18º | 0.65% | 0.8% | - |
| XYZ | 43.75 | 49.12 | 13.14 | - |
| YUV | 179.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 71 | 0 | 0.07 | 0.65 | 0.20 | 53.18 | 0.56 | 0.54 |
| Hex | CB | BC | 47 | 0 | 7 | 41 | 14 | 35 | 38 | 36 |
| Octal | 313 | 274 | 107 | 0 | 7 | 101 | 24 | 65 | 70 | 66 |
| Binary | 11001011 | 10111100 | 1000111 | 0 | 111 | 1000001 | 10100 | 110101 | 111000 | 110110 |
Color Harmonies of #CBBC47
Complementary color
Monochromatic Colors of #CBBC47
Black with #CBBC47
Text Example
Text Example
White with #CBBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC47; }
p { color: rgb(203,188,71); }
H1.HeaderClassName
{
color: #CBBC47;
}
.AnyTagClassName
{
color: #CBBC47;
}
</style>
background-color css
<style>
a { background-color: #CBBC47; }
a { background-color: rgb(203,188,71); }
div.DivClassName
{
background-color: #CBBC47;
}
.BgClassName
{
background-color: #CBBC47;
}
</style>
border-color css
<style>
span { border-color: #CBBC47; }
span { border-color: rgb(203,188,71); }
td.TdClassName
{
border-color: #CBBC47;
}
.TagClassName
{
border-color: #CBBC47;
}
</style>