Shades of Old Gold #CBBE47
Tints of Old Gold #CBBE47
RGB
CMYK
RGB Variations
Color information
#CBBE47 (or 0xCBBE47) is known color: Old Gold. HEX triplet: CB, BE and 47. RGB value is (203,190,71). Sum of RGB (Red+Green+Blue) = 203+190+71=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE47 is #3441B8. Grayscale: #B4B4B4. Windows color (decimal): -3424697 or 4701899. OLE color: 4701899.
HSL color Cylindrical-coordinate representation of color #CBBE47: hue angle of 54.09º 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 #CBBE47 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 71 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.20 |
| HSL | 54.09º | 0.56% | 0.54% | - |
| HSV(B) | 54.09º | 0.65% | 0.8% | - |
| XYZ | 44.18 | 49.98 | 13.28 | - |
| YUV | 180.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 71 | 0 | 0.06 | 0.65 | 0.20 | 54.09 | 0.56 | 0.54 |
| Hex | CB | BE | 47 | 0 | 6 | 41 | 14 | 36 | 38 | 36 |
| Octal | 313 | 276 | 107 | 0 | 6 | 101 | 24 | 66 | 70 | 66 |
| Binary | 11001011 | 10111110 | 1000111 | 0 | 110 | 1000001 | 10100 | 110110 | 111000 | 110110 |
Color Harmonies of #CBBE47
Complementary color
Monochromatic Colors of #CBBE47
Black with #CBBE47
Text Example
Text Example
White with #CBBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE47; }
p { color: rgb(203,190,71); }
H1.HeaderClassName
{
color: #CBBE47;
}
.AnyTagClassName
{
color: #CBBE47;
}
</style>
background-color css
<style>
a { background-color: #CBBE47; }
a { background-color: rgb(203,190,71); }
div.DivClassName
{
background-color: #CBBE47;
}
.BgClassName
{
background-color: #CBBE47;
}
</style>
border-color css
<style>
span { border-color: #CBBE47; }
span { border-color: rgb(203,190,71); }
td.TdClassName
{
border-color: #CBBE47;
}
.TagClassName
{
border-color: #CBBE47;
}
</style>