Shades of Old Gold #CBBC3A
Tints of Old Gold #CBBC3A
RGB
CMYK
RGB Variations
Color information
#CBBC3A (or 0xCBBC3A) is known color: Old Gold. HEX triplet: CB, BC and 3A. RGB value is (203,188,58). Sum of RGB (Red+Green+Blue) = 203+188+58=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC3A is #3443C5. Grayscale: #B2B2B2. Windows color (decimal): -3425222 or 3849419. OLE color: 3849419.
HSL color Cylindrical-coordinate representation of color #CBBC3A: hue angle of 53.79º 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 #CBBC3A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 58 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.20 |
| HSL | 53.79º | 0.58% | 0.51% | - |
| HSV(B) | 53.79º | 0.71% | 0.8% | - |
| XYZ | 43.38 | 48.97 | 11.17 | - |
| YUV | 177.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 58 | 0 | 0.07 | 0.71 | 0.20 | 53.79 | 0.58 | 0.51 |
| Hex | CB | BC | 3A | 0 | 7 | 47 | 14 | 36 | 3A | 33 |
| Octal | 313 | 274 | 72 | 0 | 7 | 107 | 24 | 66 | 72 | 63 |
| Binary | 11001011 | 10111100 | 111010 | 0 | 111 | 1000111 | 10100 | 110110 | 111010 | 110011 |
Color Harmonies of #CBBC3A
Complementary color
Monochromatic Colors of #CBBC3A
Black with #CBBC3A
Text Example
Text Example
White with #CBBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC3A; }
p { color: rgb(203,188,58); }
H1.HeaderClassName
{
color: #CBBC3A;
}
.AnyTagClassName
{
color: #CBBC3A;
}
</style>
background-color css
<style>
a { background-color: #CBBC3A; }
a { background-color: rgb(203,188,58); }
div.DivClassName
{
background-color: #CBBC3A;
}
.BgClassName
{
background-color: #CBBC3A;
}
</style>
border-color css
<style>
span { border-color: #CBBC3A; }
span { border-color: rgb(203,188,58); }
td.TdClassName
{
border-color: #CBBC3A;
}
.TagClassName
{
border-color: #CBBC3A;
}
</style>