Shades of Old Gold #CBB940
Tints of Old Gold #CBB940
RGB
CMYK
RGB Variations
Color information
#CBB940 (or 0xCBB940) is known color: Old Gold. HEX triplet: CB, B9 and 40. RGB value is (203,185,64). Sum of RGB (Red+Green+Blue) = 203+185+64=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB940 is #3446BF. Grayscale: #B1B1B1. Windows color (decimal): -3425984 or 4241867. OLE color: 4241867.
HSL color Cylindrical-coordinate representation of color #CBB940: hue angle of 52.23º 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 #CBB940 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 64 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.20 |
| HSL | 52.23º | 0.57% | 0.52% | - |
| HSV(B) | 52.23º | 0.68% | 0.8% | - |
| XYZ | 42.9 | 47.76 | 11.81 | - |
| YUV | 176.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 64 | 0 | 0.09 | 0.68 | 0.20 | 52.23 | 0.57 | 0.52 |
| Hex | CB | B9 | 40 | 0 | 9 | 44 | 14 | 34 | 39 | 34 |
| Octal | 313 | 271 | 100 | 0 | 11 | 104 | 24 | 64 | 71 | 64 |
| Binary | 11001011 | 10111001 | 1000000 | 0 | 1001 | 1000100 | 10100 | 110100 | 111001 | 110100 |
Color Harmonies of #CBB940
Complementary color
Monochromatic Colors of #CBB940
Black with #CBB940
Text Example
Text Example
White with #CBB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB940; }
p { color: rgb(203,185,64); }
H1.HeaderClassName
{
color: #CBB940;
}
.AnyTagClassName
{
color: #CBB940;
}
</style>
background-color css
<style>
a { background-color: #CBB940; }
a { background-color: rgb(203,185,64); }
div.DivClassName
{
background-color: #CBB940;
}
.BgClassName
{
background-color: #CBB940;
}
</style>
border-color css
<style>
span { border-color: #CBB940; }
span { border-color: rgb(203,185,64); }
td.TdClassName
{
border-color: #CBB940;
}
.TagClassName
{
border-color: #CBB940;
}
</style>