Shades of Old Gold #CBBE3A
Tints of Old Gold #CBBE3A
RGB
CMYK
RGB Variations
Color information
#CBBE3A (or 0xCBBE3A) is known color: Old Gold. HEX triplet: CB, BE and 3A. RGB value is (203,190,58). Sum of RGB (Red+Green+Blue) = 203+190+58=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE3A is #3441C5. Grayscale: #B3B3B3. Windows color (decimal): -3424710 or 3849931. OLE color: 3849931.
HSL color Cylindrical-coordinate representation of color #CBBE3A: hue angle of 54.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBBE3A is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 58 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.20 |
| HSL | 54.62º | 0.58% | 0.51% | - |
| HSV(B) | 54.62º | 0.71% | 0.8% | - |
| XYZ | 43.81 | 49.83 | 11.31 | - |
| YUV | 178.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 58 | 0 | 0.06 | 0.71 | 0.20 | 54.62 | 0.58 | 0.51 |
| Hex | CB | BE | 3A | 0 | 6 | 47 | 14 | 37 | 3A | 33 |
| Octal | 313 | 276 | 72 | 0 | 6 | 107 | 24 | 67 | 72 | 63 |
| Binary | 11001011 | 10111110 | 111010 | 0 | 110 | 1000111 | 10100 | 110111 | 111010 | 110011 |
Color Harmonies of #CBBE3A
Complementary color
Monochromatic Colors of #CBBE3A
Black with #CBBE3A
Text Example
Text Example
White with #CBBE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE3A; }
p { color: rgb(203,190,58); }
H1.HeaderClassName
{
color: #CBBE3A;
}
.AnyTagClassName
{
color: #CBBE3A;
}
</style>
background-color css
<style>
a { background-color: #CBBE3A; }
a { background-color: rgb(203,190,58); }
div.DivClassName
{
background-color: #CBBE3A;
}
.BgClassName
{
background-color: #CBBE3A;
}
</style>
border-color css
<style>
span { border-color: #CBBE3A; }
span { border-color: rgb(203,190,58); }
td.TdClassName
{
border-color: #CBBE3A;
}
.TagClassName
{
border-color: #CBBE3A;
}
</style>