Shades of Old Gold #CBBA49
Tints of Old Gold #CBBA49
RGB
CMYK
RGB Variations
Color information
#CBBA49 (or 0xCBBA49) is known color: Old Gold. HEX triplet: CB, BA and 49. RGB value is (203,186,73). Sum of RGB (Red+Green+Blue) = 203+186+73=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA49 is #3445B6. Grayscale: #B2B2B2. Windows color (decimal): -3425719 or 4831947. OLE color: 4831947.
HSL color Cylindrical-coordinate representation of color #CBBA49: hue angle of 52.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBBA49 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 73 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.20 |
| HSL | 52.15º | 0.56% | 0.54% | - |
| HSV(B) | 52.15º | 0.64% | 0.8% | - |
| XYZ | 43.39 | 48.3 | 13.34 | - |
| YUV | 178.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 73 | 0 | 0.08 | 0.64 | 0.20 | 52.15 | 0.56 | 0.54 |
| Hex | CB | BA | 49 | 0 | 8 | 40 | 14 | 34 | 38 | 36 |
| Octal | 313 | 272 | 111 | 0 | 10 | 100 | 24 | 64 | 70 | 66 |
| Binary | 11001011 | 10111010 | 1001001 | 0 | 1000 | 1000000 | 10100 | 110100 | 111000 | 110110 |
Color Harmonies of #CBBA49
Complementary color
Monochromatic Colors of #CBBA49
Black with #CBBA49
Text Example
Text Example
White with #CBBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA49; }
p { color: rgb(203,186,73); }
H1.HeaderClassName
{
color: #CBBA49;
}
.AnyTagClassName
{
color: #CBBA49;
}
</style>
background-color css
<style>
a { background-color: #CBBA49; }
a { background-color: rgb(203,186,73); }
div.DivClassName
{
background-color: #CBBA49;
}
.BgClassName
{
background-color: #CBBA49;
}
</style>
border-color css
<style>
span { border-color: #CBBA49; }
span { border-color: rgb(203,186,73); }
td.TdClassName
{
border-color: #CBBA49;
}
.TagClassName
{
border-color: #CBBA49;
}
</style>