Shades of Old Gold #CBB03C
Tints of Old Gold #CBB03C
RGB
CMYK
RGB Variations
Color information
#CBB03C (or 0xCBB03C) is known color: Old Gold. HEX triplet: CB, B0 and 3C. RGB value is (203,176,60). Sum of RGB (Red+Green+Blue) = 203+176+60=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB03C is #344FC3. Grayscale: #ABABAB. Windows color (decimal): -3428292 or 3977419. OLE color: 3977419.
HSL color Cylindrical-coordinate representation of color #CBB03C: hue angle of 48.67º 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 #CBB03C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 60 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.20 |
| HSL | 48.67º | 0.58% | 0.52% | - |
| HSV(B) | 48.67º | 0.7% | 0.8% | - |
| XYZ | 40.97 | 44.07 | 10.62 | - |
| YUV | 170.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 60 | 0 | 0.13 | 0.70 | 0.20 | 48.67 | 0.58 | 0.52 |
| Hex | CB | B0 | 3C | 0 | D | 46 | 14 | 31 | 3A | 34 |
| Octal | 313 | 260 | 74 | 0 | 15 | 106 | 24 | 61 | 72 | 64 |
| Binary | 11001011 | 10110000 | 111100 | 0 | 1101 | 1000110 | 10100 | 110001 | 111010 | 110100 |
Color Harmonies of #CBB03C
Complementary color
Monochromatic Colors of #CBB03C
Black with #CBB03C
Text Example
Text Example
White with #CBB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB03C; }
p { color: rgb(203,176,60); }
H1.HeaderClassName
{
color: #CBB03C;
}
.AnyTagClassName
{
color: #CBB03C;
}
</style>
background-color css
<style>
a { background-color: #CBB03C; }
a { background-color: rgb(203,176,60); }
div.DivClassName
{
background-color: #CBB03C;
}
.BgClassName
{
background-color: #CBB03C;
}
</style>
border-color css
<style>
span { border-color: #CBB03C; }
span { border-color: rgb(203,176,60); }
td.TdClassName
{
border-color: #CBB03C;
}
.TagClassName
{
border-color: #CBB03C;
}
</style>