Shades of Old Gold #CBBA3F
Tints of Old Gold #CBBA3F
RGB
CMYK
RGB Variations
Color information
#CBBA3F (or 0xCBBA3F) is known color: Old Gold. HEX triplet: CB, BA and 3F. RGB value is (203,186,63). Sum of RGB (Red+Green+Blue) = 203+186+63=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA3F is #3445C0. Grayscale: #B1B1B1. Windows color (decimal): -3425729 or 4176587. OLE color: 4176587.
HSL color Cylindrical-coordinate representation of color #CBBA3F: hue angle of 52.71º degrees, saturation: 0.57, 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 #CBBA3F is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 63 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.20 |
| HSL | 52.71º | 0.57% | 0.52% | - |
| HSV(B) | 52.71º | 0.69% | 0.8% | - |
| XYZ | 43.08 | 48.17 | 11.73 | - |
| YUV | 177.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 63 | 0 | 0.08 | 0.69 | 0.20 | 52.71 | 0.57 | 0.52 |
| Hex | CB | BA | 3F | 0 | 8 | 45 | 14 | 35 | 39 | 34 |
| Octal | 313 | 272 | 77 | 0 | 10 | 105 | 24 | 65 | 71 | 64 |
| Binary | 11001011 | 10111010 | 111111 | 0 | 1000 | 1000101 | 10100 | 110101 | 111001 | 110100 |
Color Harmonies of #CBBA3F
Complementary color
Monochromatic Colors of #CBBA3F
Black with #CBBA3F
Text Example
Text Example
White with #CBBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA3F; }
p { color: rgb(203,186,63); }
H1.HeaderClassName
{
color: #CBBA3F;
}
.AnyTagClassName
{
color: #CBBA3F;
}
</style>
background-color css
<style>
a { background-color: #CBBA3F; }
a { background-color: rgb(203,186,63); }
div.DivClassName
{
background-color: #CBBA3F;
}
.BgClassName
{
background-color: #CBBA3F;
}
</style>
border-color css
<style>
span { border-color: #CBBA3F; }
span { border-color: rgb(203,186,63); }
td.TdClassName
{
border-color: #CBBA3F;
}
.TagClassName
{
border-color: #CBBA3F;
}
</style>