Shades of Old Gold #CBBE40
Tints of Old Gold #CBBE40
RGB
CMYK
RGB Variations
Color information
#CBBE40 (or 0xCBBE40) is known color: Old Gold. HEX triplet: CB, BE and 40. RGB value is (203,190,64). Sum of RGB (Red+Green+Blue) = 203+190+64=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE40 is #3441BF. Grayscale: #B4B4B4. Windows color (decimal): -3424704 or 4243147. OLE color: 4243147.
HSL color Cylindrical-coordinate representation of color #CBBE40: hue angle of 54.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBBE40 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 64 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.20 |
| HSL | 54.39º | 0.57% | 0.52% | - |
| HSV(B) | 54.39º | 0.68% | 0.8% | - |
| XYZ | 43.97 | 49.89 | 12.16 | - |
| YUV | 179.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 64 | 0 | 0.06 | 0.68 | 0.20 | 54.39 | 0.57 | 0.52 |
| Hex | CB | BE | 40 | 0 | 6 | 44 | 14 | 36 | 39 | 34 |
| Octal | 313 | 276 | 100 | 0 | 6 | 104 | 24 | 66 | 71 | 64 |
| Binary | 11001011 | 10111110 | 1000000 | 0 | 110 | 1000100 | 10100 | 110110 | 111001 | 110100 |
Color Harmonies of #CBBE40
Complementary color
Monochromatic Colors of #CBBE40
Black with #CBBE40
Text Example
Text Example
White with #CBBE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE40; }
p { color: rgb(203,190,64); }
H1.HeaderClassName
{
color: #CBBE40;
}
.AnyTagClassName
{
color: #CBBE40;
}
</style>
background-color css
<style>
a { background-color: #CBBE40; }
a { background-color: rgb(203,190,64); }
div.DivClassName
{
background-color: #CBBE40;
}
.BgClassName
{
background-color: #CBBE40;
}
</style>
border-color css
<style>
span { border-color: #CBBE40; }
span { border-color: rgb(203,190,64); }
td.TdClassName
{
border-color: #CBBE40;
}
.TagClassName
{
border-color: #CBBE40;
}
</style>