Shades of Old Gold #CBBC3C
Tints of Old Gold #CBBC3C
RGB
CMYK
RGB Variations
Color information
#CBBC3C (or 0xCBBC3C) is known color: Old Gold. HEX triplet: CB, BC and 3C. RGB value is (203,188,60). Sum of RGB (Red+Green+Blue) = 203+188+60=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC3C is #3443C3. Grayscale: #B2B2B2. Windows color (decimal): -3425220 or 3980491. OLE color: 3980491.
HSL color Cylindrical-coordinate representation of color #CBBC3C: hue angle of 53.71º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBBC3C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 60 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.20 |
| HSL | 53.71º | 0.58% | 0.52% | - |
| HSV(B) | 53.71º | 0.7% | 0.8% | - |
| XYZ | 43.43 | 48.99 | 11.44 | - |
| YUV | 177.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 60 | 0 | 0.07 | 0.70 | 0.20 | 53.71 | 0.58 | 0.52 |
| Hex | CB | BC | 3C | 0 | 7 | 46 | 14 | 36 | 3A | 34 |
| Octal | 313 | 274 | 74 | 0 | 7 | 106 | 24 | 66 | 72 | 64 |
| Binary | 11001011 | 10111100 | 111100 | 0 | 111 | 1000110 | 10100 | 110110 | 111010 | 110100 |
Color Harmonies of #CBBC3C
Complementary color
Monochromatic Colors of #CBBC3C
Black with #CBBC3C
Text Example
Text Example
White with #CBBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC3C; }
p { color: rgb(203,188,60); }
H1.HeaderClassName
{
color: #CBBC3C;
}
.AnyTagClassName
{
color: #CBBC3C;
}
</style>
background-color css
<style>
a { background-color: #CBBC3C; }
a { background-color: rgb(203,188,60); }
div.DivClassName
{
background-color: #CBBC3C;
}
.BgClassName
{
background-color: #CBBC3C;
}
</style>
border-color css
<style>
span { border-color: #CBBC3C; }
span { border-color: rgb(203,188,60); }
td.TdClassName
{
border-color: #CBBC3C;
}
.TagClassName
{
border-color: #CBBC3C;
}
</style>