Shades of Old Gold #CBBE49
Tints of Old Gold #CBBE49
RGB
CMYK
RGB Variations
Color information
#CBBE49 (or 0xCBBE49) is known color: Old Gold. HEX triplet: CB, BE and 49. RGB value is (203,190,73). Sum of RGB (Red+Green+Blue) = 203+190+73=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE49 is #3441B6. Grayscale: #B5B5B5. Windows color (decimal): -3424695 or 4832971. OLE color: 4832971.
HSL color Cylindrical-coordinate representation of color #CBBE49: hue angle of 54º 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 #CBBE49 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 73 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.20 |
| HSL | 54º | 0.56% | 0.54% | - |
| HSV(B) | 54º | 0.64% | 0.8% | - |
| XYZ | 44.24 | 50 | 13.62 | - |
| YUV | 180.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 73 | 0 | 0.06 | 0.64 | 0.20 | 54 | 0.56 | 0.54 |
| Hex | CB | BE | 49 | 0 | 6 | 40 | 14 | 36 | 38 | 36 |
| Octal | 313 | 276 | 111 | 0 | 6 | 100 | 24 | 66 | 70 | 66 |
| Binary | 11001011 | 10111110 | 1001001 | 0 | 110 | 1000000 | 10100 | 110110 | 111000 | 110110 |
Color Harmonies of #CBBE49
Complementary color
Monochromatic Colors of #CBBE49
Black with #CBBE49
Text Example
Text Example
White with #CBBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE49; }
p { color: rgb(203,190,73); }
H1.HeaderClassName
{
color: #CBBE49;
}
.AnyTagClassName
{
color: #CBBE49;
}
</style>
background-color css
<style>
a { background-color: #CBBE49; }
a { background-color: rgb(203,190,73); }
div.DivClassName
{
background-color: #CBBE49;
}
.BgClassName
{
background-color: #CBBE49;
}
</style>
border-color css
<style>
span { border-color: #CBBE49; }
span { border-color: rgb(203,190,73); }
td.TdClassName
{
border-color: #CBBE49;
}
.TagClassName
{
border-color: #CBBE49;
}
</style>