Shades of Old Gold #CBBB2D
Tints of Old Gold #CBBB2D
RGB
CMYK
RGB Variations
Color information
#CBBB2D (or 0xCBBB2D) is known color: Old Gold. HEX triplet: CB, BB and 2D. RGB value is (203,187,45). Sum of RGB (Red+Green+Blue) = 203+187+45=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB2D is #3444D2. Grayscale: #B0B0B0. Windows color (decimal): -3425491 or 2997195. OLE color: 2997195.
HSL color Cylindrical-coordinate representation of color #CBBB2D: hue angle of 53.92º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBBB2D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 45 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.20 |
| HSL | 53.92º | 0.64% | 0.49% | - |
| HSV(B) | 53.92º | 0.78% | 0.8% | - |
| XYZ | 42.87 | 48.43 | 9.57 | - |
| YUV | 175.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 45 | 0 | 0.08 | 0.78 | 0.20 | 53.92 | 0.64 | 0.49 |
| Hex | CB | BB | 2D | 0 | 8 | 4E | 14 | 36 | 40 | 31 |
| Octal | 313 | 273 | 55 | 0 | 10 | 116 | 24 | 66 | 100 | 61 |
| Binary | 11001011 | 10111011 | 101101 | 0 | 1000 | 1001110 | 10100 | 110110 | 1000000 | 110001 |
Color Harmonies of #CBBB2D
Complementary color
Monochromatic Colors of #CBBB2D
Black with #CBBB2D
Text Example
Text Example
White with #CBBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB2D; }
p { color: rgb(203,187,45); }
H1.HeaderClassName
{
color: #CBBB2D;
}
.AnyTagClassName
{
color: #CBBB2D;
}
</style>
background-color css
<style>
a { background-color: #CBBB2D; }
a { background-color: rgb(203,187,45); }
div.DivClassName
{
background-color: #CBBB2D;
}
.BgClassName
{
background-color: #CBBB2D;
}
</style>
border-color css
<style>
span { border-color: #CBBB2D; }
span { border-color: rgb(203,187,45); }
td.TdClassName
{
border-color: #CBBB2D;
}
.TagClassName
{
border-color: #CBBB2D;
}
</style>