Shades of Old Gold #CBC03F
Tints of Old Gold #CBC03F
RGB
CMYK
RGB Variations
Color information
#CBC03F (or 0xCBC03F) is known color: Old Gold. HEX triplet: CB, C0 and 3F. RGB value is (203,192,63). Sum of RGB (Red+Green+Blue) = 203+192+63=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC03F is #343FC0. Grayscale: #B5B5B5. Windows color (decimal): -3424193 or 4178123. OLE color: 4178123.
HSL color Cylindrical-coordinate representation of color #CBC03F: hue angle of 55.29º 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 #CBC03F is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 63 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.20 |
| HSL | 55.29º | 0.57% | 0.52% | - |
| HSV(B) | 55.29º | 0.69% | 0.8% | - |
| XYZ | 44.38 | 50.75 | 12.16 | - |
| YUV | 180.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 63 | 0 | 0.05 | 0.69 | 0.20 | 55.29 | 0.57 | 0.52 |
| Hex | CB | C0 | 3F | 0 | 5 | 45 | 14 | 37 | 39 | 34 |
| Octal | 313 | 300 | 77 | 0 | 5 | 105 | 24 | 67 | 71 | 64 |
| Binary | 11001011 | 11000000 | 111111 | 0 | 101 | 1000101 | 10100 | 110111 | 111001 | 110100 |
Color Harmonies of #CBC03F
Complementary color
Monochromatic Colors of #CBC03F
Black with #CBC03F
Text Example
Text Example
White with #CBC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC03F; }
p { color: rgb(203,192,63); }
H1.HeaderClassName
{
color: #CBC03F;
}
.AnyTagClassName
{
color: #CBC03F;
}
</style>
background-color css
<style>
a { background-color: #CBC03F; }
a { background-color: rgb(203,192,63); }
div.DivClassName
{
background-color: #CBC03F;
}
.BgClassName
{
background-color: #CBC03F;
}
</style>
border-color css
<style>
span { border-color: #CBC03F; }
span { border-color: rgb(203,192,63); }
td.TdClassName
{
border-color: #CBC03F;
}
.TagClassName
{
border-color: #CBC03F;
}
</style>