Shades of Old Gold #CBBC3F
Tints of Old Gold #CBBC3F
RGB
CMYK
RGB Variations
Color information
#CBBC3F (or 0xCBBC3F) is known color: Old Gold. HEX triplet: CB, BC and 3F. RGB value is (203,188,63). Sum of RGB (Red+Green+Blue) = 203+188+63=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC3F is #3443C0. Grayscale: #B2B2B2. Windows color (decimal): -3425217 or 4177099. OLE color: 4177099.
HSL color Cylindrical-coordinate representation of color #CBBC3F: hue angle of 53.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBBC3F is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 63 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.20 |
| HSL | 53.57º | 0.57% | 0.52% | - |
| HSV(B) | 53.57º | 0.69% | 0.8% | - |
| XYZ | 43.51 | 49.02 | 11.87 | - |
| YUV | 178.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 63 | 0 | 0.07 | 0.69 | 0.20 | 53.57 | 0.57 | 0.52 |
| Hex | CB | BC | 3F | 0 | 7 | 45 | 14 | 36 | 39 | 34 |
| Octal | 313 | 274 | 77 | 0 | 7 | 105 | 24 | 66 | 71 | 64 |
| Binary | 11001011 | 10111100 | 111111 | 0 | 111 | 1000101 | 10100 | 110110 | 111001 | 110100 |
Color Harmonies of #CBBC3F
Complementary color
Monochromatic Colors of #CBBC3F
Black with #CBBC3F
Text Example
Text Example
White with #CBBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC3F; }
p { color: rgb(203,188,63); }
H1.HeaderClassName
{
color: #CBBC3F;
}
.AnyTagClassName
{
color: #CBBC3F;
}
</style>
background-color css
<style>
a { background-color: #CBBC3F; }
a { background-color: rgb(203,188,63); }
div.DivClassName
{
background-color: #CBBC3F;
}
.BgClassName
{
background-color: #CBBC3F;
}
</style>
border-color css
<style>
span { border-color: #CBBC3F; }
span { border-color: rgb(203,188,63); }
td.TdClassName
{
border-color: #CBBC3F;
}
.TagClassName
{
border-color: #CBBC3F;
}
</style>