Shades of Old Gold #CBC031
Tints of Old Gold #CBC031
RGB
CMYK
RGB Variations
Color information
#CBC031 (or 0xCBC031) is known color: Old Gold. HEX triplet: CB, C0 and 31. RGB value is (203,192,49). Sum of RGB (Red+Green+Blue) = 203+192+49=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC031 is #343FCE. Grayscale: #B3B3B3. Windows color (decimal): -3424207 or 3260619. OLE color: 3260619.
HSL color Cylindrical-coordinate representation of color #CBC031: hue angle of 55.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBC031 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 49 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.20 |
| HSL | 55.71º | 0.61% | 0.49% | - |
| HSV(B) | 55.71º | 0.76% | 0.8% | - |
| XYZ | 44.03 | 50.62 | 10.36 | - |
| YUV | 178.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 49 | 0 | 0.05 | 0.76 | 0.20 | 55.71 | 0.61 | 0.49 |
| Hex | CB | C0 | 31 | 0 | 5 | 4C | 14 | 38 | 3D | 31 |
| Octal | 313 | 300 | 61 | 0 | 5 | 114 | 24 | 70 | 75 | 61 |
| Binary | 11001011 | 11000000 | 110001 | 0 | 101 | 1001100 | 10100 | 111000 | 111101 | 110001 |
Color Harmonies of #CBC031
Complementary color
Monochromatic Colors of #CBC031
Black with #CBC031
Text Example
Text Example
White with #CBC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC031; }
p { color: rgb(203,192,49); }
H1.HeaderClassName
{
color: #CBC031;
}
.AnyTagClassName
{
color: #CBC031;
}
</style>
background-color css
<style>
a { background-color: #CBC031; }
a { background-color: rgb(203,192,49); }
div.DivClassName
{
background-color: #CBC031;
}
.BgClassName
{
background-color: #CBC031;
}
</style>
border-color css
<style>
span { border-color: #CBC031; }
span { border-color: rgb(203,192,49); }
td.TdClassName
{
border-color: #CBC031;
}
.TagClassName
{
border-color: #CBC031;
}
</style>