Shades of Old Gold #CBBB45
Tints of Old Gold #CBBB45
RGB
CMYK
RGB Variations
Color information
#CBBB45 (or 0xCBBB45) is known color: Old Gold. HEX triplet: CB, BB and 45. RGB value is (203,187,69). Sum of RGB (Red+Green+Blue) = 203+187+69=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB45 is #3444BA. Grayscale: #B2B2B2. Windows color (decimal): -3425467 or 4570059. OLE color: 4570059.
HSL color Cylindrical-coordinate representation of color #CBBB45: hue angle of 52.84º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBBB45 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 69 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.20 |
| HSL | 52.84º | 0.56% | 0.53% | - |
| HSV(B) | 52.84º | 0.66% | 0.8% | - |
| XYZ | 43.47 | 48.67 | 12.73 | - |
| YUV | 178.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 69 | 0 | 0.08 | 0.66 | 0.20 | 52.84 | 0.56 | 0.53 |
| Hex | CB | BB | 45 | 0 | 8 | 42 | 14 | 35 | 38 | 35 |
| Octal | 313 | 273 | 105 | 0 | 10 | 102 | 24 | 65 | 70 | 65 |
| Binary | 11001011 | 10111011 | 1000101 | 0 | 1000 | 1000010 | 10100 | 110101 | 111000 | 110101 |
Color Harmonies of #CBBB45
Complementary color
Monochromatic Colors of #CBBB45
Black with #CBBB45
Text Example
Text Example
White with #CBBB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB45; }
p { color: rgb(203,187,69); }
H1.HeaderClassName
{
color: #CBBB45;
}
.AnyTagClassName
{
color: #CBBB45;
}
</style>
background-color css
<style>
a { background-color: #CBBB45; }
a { background-color: rgb(203,187,69); }
div.DivClassName
{
background-color: #CBBB45;
}
.BgClassName
{
background-color: #CBBB45;
}
</style>
border-color css
<style>
span { border-color: #CBBB45; }
span { border-color: rgb(203,187,69); }
td.TdClassName
{
border-color: #CBBB45;
}
.TagClassName
{
border-color: #CBBB45;
}
</style>