Shades of Old Gold #CBBC49
Tints of Old Gold #CBBC49
RGB
CMYK
RGB Variations
Color information
#CBBC49 (or 0xCBBC49) is known color: Old Gold. HEX triplet: CB, BC and 49. RGB value is (203,188,73). Sum of RGB (Red+Green+Blue) = 203+188+73=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC49 is #3443B6. Grayscale: #B3B3B3. Windows color (decimal): -3425207 or 4832459. OLE color: 4832459.
HSL color Cylindrical-coordinate representation of color #CBBC49: hue angle of 53.08º 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 #CBBC49 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 73 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.20 |
| HSL | 53.08º | 0.56% | 0.54% | - |
| HSV(B) | 53.08º | 0.64% | 0.8% | - |
| XYZ | 43.81 | 49.14 | 13.48 | - |
| YUV | 179.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 73 | 0 | 0.07 | 0.64 | 0.20 | 53.08 | 0.56 | 0.54 |
| Hex | CB | BC | 49 | 0 | 7 | 40 | 14 | 35 | 38 | 36 |
| Octal | 313 | 274 | 111 | 0 | 7 | 100 | 24 | 65 | 70 | 66 |
| Binary | 11001011 | 10111100 | 1001001 | 0 | 111 | 1000000 | 10100 | 110101 | 111000 | 110110 |
Color Harmonies of #CBBC49
Complementary color
Monochromatic Colors of #CBBC49
Black with #CBBC49
Text Example
Text Example
White with #CBBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC49; }
p { color: rgb(203,188,73); }
H1.HeaderClassName
{
color: #CBBC49;
}
.AnyTagClassName
{
color: #CBBC49;
}
</style>
background-color css
<style>
a { background-color: #CBBC49; }
a { background-color: rgb(203,188,73); }
div.DivClassName
{
background-color: #CBBC49;
}
.BgClassName
{
background-color: #CBBC49;
}
</style>
border-color css
<style>
span { border-color: #CBBC49; }
span { border-color: rgb(203,188,73); }
td.TdClassName
{
border-color: #CBBC49;
}
.TagClassName
{
border-color: #CBBC49;
}
</style>