Shades of Old Gold #CBBE3E
Tints of Old Gold #CBBE3E
RGB
CMYK
RGB Variations
Color information
#CBBE3E (or 0xCBBE3E) is known color: Old Gold. HEX triplet: CB, BE and 3E. RGB value is (203,190,62). Sum of RGB (Red+Green+Blue) = 203+190+62=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE3E is #3441C1. Grayscale: #B3B3B3. Windows color (decimal): -3424706 or 4112075. OLE color: 4112075.
HSL color Cylindrical-coordinate representation of color #CBBE3E: hue angle of 54.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBBE3E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 62 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.20 |
| HSL | 54.47º | 0.58% | 0.52% | - |
| HSV(B) | 54.47º | 0.69% | 0.8% | - |
| XYZ | 43.91 | 49.87 | 11.87 | - |
| YUV | 179.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 62 | 0 | 0.06 | 0.69 | 0.20 | 54.47 | 0.58 | 0.52 |
| Hex | CB | BE | 3E | 0 | 6 | 45 | 14 | 36 | 3A | 34 |
| Octal | 313 | 276 | 76 | 0 | 6 | 105 | 24 | 66 | 72 | 64 |
| Binary | 11001011 | 10111110 | 111110 | 0 | 110 | 1000101 | 10100 | 110110 | 111010 | 110100 |
Color Harmonies of #CBBE3E
Complementary color
Monochromatic Colors of #CBBE3E
Black with #CBBE3E
Text Example
Text Example
White with #CBBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE3E; }
p { color: rgb(203,190,62); }
H1.HeaderClassName
{
color: #CBBE3E;
}
.AnyTagClassName
{
color: #CBBE3E;
}
</style>
background-color css
<style>
a { background-color: #CBBE3E; }
a { background-color: rgb(203,190,62); }
div.DivClassName
{
background-color: #CBBE3E;
}
.BgClassName
{
background-color: #CBBE3E;
}
</style>
border-color css
<style>
span { border-color: #CBBE3E; }
span { border-color: rgb(203,190,62); }
td.TdClassName
{
border-color: #CBBE3E;
}
.TagClassName
{
border-color: #CBBE3E;
}
</style>