Shades of Old Gold #CBC038
Tints of Old Gold #CBC038
RGB
CMYK
RGB Variations
Color information
#CBC038 (or 0xCBC038) is known color: Old Gold. HEX triplet: CB, C0 and 38. RGB value is (203,192,56). Sum of RGB (Red+Green+Blue) = 203+192+56=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC038 is #343FC7. Grayscale: #B4B4B4. Windows color (decimal): -3424200 or 3719371. OLE color: 3719371.
HSL color Cylindrical-coordinate representation of color #CBC038: hue angle of 55.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBC038 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 56 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.20 |
| HSL | 55.51º | 0.59% | 0.51% | - |
| HSV(B) | 55.51º | 0.72% | 0.8% | - |
| XYZ | 44.19 | 50.68 | 11.19 | - |
| YUV | 179.79 | 58.14 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 56 | 0 | 0.05 | 0.72 | 0.20 | 55.51 | 0.59 | 0.51 |
| Hex | CB | C0 | 38 | 0 | 5 | 48 | 14 | 38 | 3B | 33 |
| Octal | 313 | 300 | 70 | 0 | 5 | 110 | 24 | 70 | 73 | 63 |
| Binary | 11001011 | 11000000 | 111000 | 0 | 101 | 1001000 | 10100 | 111000 | 111011 | 110011 |
Color Harmonies of #CBC038
Complementary color
Monochromatic Colors of #CBC038
Black with #CBC038
Text Example
Text Example
White with #CBC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC038; }
p { color: rgb(203,192,56); }
H1.HeaderClassName
{
color: #CBC038;
}
.AnyTagClassName
{
color: #CBC038;
}
</style>
background-color css
<style>
a { background-color: #CBC038; }
a { background-color: rgb(203,192,56); }
div.DivClassName
{
background-color: #CBC038;
}
.BgClassName
{
background-color: #CBC038;
}
</style>
border-color css
<style>
span { border-color: #CBC038; }
span { border-color: rgb(203,192,56); }
td.TdClassName
{
border-color: #CBC038;
}
.TagClassName
{
border-color: #CBC038;
}
</style>