Shades of Old Gold #CBBC2D
Tints of Old Gold #CBBC2D
RGB
CMYK
RGB Variations
Color information
#CBBC2D (or 0xCBBC2D) is known color: Old Gold. HEX triplet: CB, BC and 2D. RGB value is (203,188,45). Sum of RGB (Red+Green+Blue) = 203+188+45=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC2D is #3443D2. Grayscale: #B0B0B0. Windows color (decimal): -3425235 or 2997451. OLE color: 2997451.
HSL color Cylindrical-coordinate representation of color #CBBC2D: hue angle of 54.3º 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 #CBBC2D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 45 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.20 |
| HSL | 54.3º | 0.64% | 0.49% | - |
| HSV(B) | 54.3º | 0.78% | 0.8% | - |
| XYZ | 43.09 | 48.85 | 9.64 | - |
| YUV | 176.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 45 | 0 | 0.07 | 0.78 | 0.20 | 54.3 | 0.64 | 0.49 |
| Hex | CB | BC | 2D | 0 | 7 | 4E | 14 | 36 | 40 | 31 |
| Octal | 313 | 274 | 55 | 0 | 7 | 116 | 24 | 66 | 100 | 61 |
| Binary | 11001011 | 10111100 | 101101 | 0 | 111 | 1001110 | 10100 | 110110 | 1000000 | 110001 |
Color Harmonies of #CBBC2D
Complementary color
Monochromatic Colors of #CBBC2D
Black with #CBBC2D
Text Example
Text Example
White with #CBBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC2D; }
p { color: rgb(203,188,45); }
H1.HeaderClassName
{
color: #CBBC2D;
}
.AnyTagClassName
{
color: #CBBC2D;
}
</style>
background-color css
<style>
a { background-color: #CBBC2D; }
a { background-color: rgb(203,188,45); }
div.DivClassName
{
background-color: #CBBC2D;
}
.BgClassName
{
background-color: #CBBC2D;
}
</style>
border-color css
<style>
span { border-color: #CBBC2D; }
span { border-color: rgb(203,188,45); }
td.TdClassName
{
border-color: #CBBC2D;
}
.TagClassName
{
border-color: #CBBC2D;
}
</style>