Shades of Old Gold #CBBC4C
Tints of Old Gold #CBBC4C
RGB
CMYK
RGB Variations
Color information
#CBBC4C (or 0xCBBC4C) is known color: Old Gold. HEX triplet: CB, BC and 4C. RGB value is (203,188,76). Sum of RGB (Red+Green+Blue) = 203+188+76=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC4C is #3443B3. Grayscale: #B4B4B4. Windows color (decimal): -3425204 or 5029067. OLE color: 5029067.
HSL color Cylindrical-coordinate representation of color #CBBC4C: hue angle of 52.91º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBBC4C is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 76 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.20 |
| HSL | 52.91º | 0.55% | 0.55% | - |
| HSV(B) | 52.91º | 0.63% | 0.8% | - |
| XYZ | 43.92 | 49.18 | 14.02 | - |
| YUV | 179.72 | 69.47 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 76 | 0 | 0.07 | 0.63 | 0.20 | 52.91 | 0.55 | 0.55 |
| Hex | CB | BC | 4C | 0 | 7 | 3F | 14 | 35 | 37 | 37 |
| Octal | 313 | 274 | 114 | 0 | 7 | 77 | 24 | 65 | 67 | 67 |
| Binary | 11001011 | 10111100 | 1001100 | 0 | 111 | 111111 | 10100 | 110101 | 110111 | 110111 |
Color Harmonies of #CBBC4C
Complementary color
Monochromatic Colors of #CBBC4C
Black with #CBBC4C
Text Example
Text Example
White with #CBBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC4C; }
p { color: rgb(203,188,76); }
H1.HeaderClassName
{
color: #CBBC4C;
}
.AnyTagClassName
{
color: #CBBC4C;
}
</style>
background-color css
<style>
a { background-color: #CBBC4C; }
a { background-color: rgb(203,188,76); }
div.DivClassName
{
background-color: #CBBC4C;
}
.BgClassName
{
background-color: #CBBC4C;
}
</style>
border-color css
<style>
span { border-color: #CBBC4C; }
span { border-color: rgb(203,188,76); }
td.TdClassName
{
border-color: #CBBC4C;
}
.TagClassName
{
border-color: #CBBC4C;
}
</style>