Shades of Old Gold #CBC030
Tints of Old Gold #CBC030
RGB
CMYK
RGB Variations
Color information
#CBC030 (or 0xCBC030) is known color: Old Gold. HEX triplet: CB, C0 and 30. RGB value is (203,192,48). Sum of RGB (Red+Green+Blue) = 203+192+48=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC030 is #343FCF. Grayscale: #B3B3B3. Windows color (decimal): -3424208 or 3195083. OLE color: 3195083.
HSL color Cylindrical-coordinate representation of color #CBC030: hue angle of 55.74º degrees, saturation: 0.62, 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 #CBC030 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 48 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.20 |
| HSL | 55.74º | 0.62% | 0.49% | - |
| HSV(B) | 55.74º | 0.76% | 0.8% | - |
| XYZ | 44.01 | 50.61 | 10.25 | - |
| YUV | 178.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 48 | 0 | 0.05 | 0.76 | 0.20 | 55.74 | 0.62 | 0.49 |
| Hex | CB | C0 | 30 | 0 | 5 | 4C | 14 | 38 | 3E | 31 |
| Octal | 313 | 300 | 60 | 0 | 5 | 114 | 24 | 70 | 76 | 61 |
| Binary | 11001011 | 11000000 | 110000 | 0 | 101 | 1001100 | 10100 | 111000 | 111110 | 110001 |
Color Harmonies of #CBC030
Complementary color
Monochromatic Colors of #CBC030
Black with #CBC030
Text Example
Text Example
White with #CBC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC030; }
p { color: rgb(203,192,48); }
H1.HeaderClassName
{
color: #CBC030;
}
.AnyTagClassName
{
color: #CBC030;
}
</style>
background-color css
<style>
a { background-color: #CBC030; }
a { background-color: rgb(203,192,48); }
div.DivClassName
{
background-color: #CBC030;
}
.BgClassName
{
background-color: #CBC030;
}
</style>
border-color css
<style>
span { border-color: #CBC030; }
span { border-color: rgb(203,192,48); }
td.TdClassName
{
border-color: #CBC030;
}
.TagClassName
{
border-color: #CBC030;
}
</style>