Shades of Old Gold #CBC03D
Tints of Old Gold #CBC03D
RGB
CMYK
RGB Variations
Color information
#CBC03D (or 0xCBC03D) is known color: Old Gold. HEX triplet: CB, C0 and 3D. RGB value is (203,192,61). Sum of RGB (Red+Green+Blue) = 203+192+61=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC03D is #343FC2. Grayscale: #B4B4B4. Windows color (decimal): -3424195 or 4047051. OLE color: 4047051.
HSL color Cylindrical-coordinate representation of color #CBC03D: hue angle of 55.35º 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 #CBC03D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 61 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.20 |
| HSL | 55.35º | 0.58% | 0.52% | - |
| HSV(B) | 55.35º | 0.7% | 0.8% | - |
| XYZ | 44.32 | 50.73 | 11.87 | - |
| YUV | 180.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 61 | 0 | 0.05 | 0.70 | 0.20 | 55.35 | 0.58 | 0.52 |
| Hex | CB | C0 | 3D | 0 | 5 | 46 | 14 | 37 | 3A | 34 |
| Octal | 313 | 300 | 75 | 0 | 5 | 106 | 24 | 67 | 72 | 64 |
| Binary | 11001011 | 11000000 | 111101 | 0 | 101 | 1000110 | 10100 | 110111 | 111010 | 110100 |
Color Harmonies of #CBC03D
Complementary color
Monochromatic Colors of #CBC03D
Black with #CBC03D
Text Example
Text Example
White with #CBC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC03D; }
p { color: rgb(203,192,61); }
H1.HeaderClassName
{
color: #CBC03D;
}
.AnyTagClassName
{
color: #CBC03D;
}
</style>
background-color css
<style>
a { background-color: #CBC03D; }
a { background-color: rgb(203,192,61); }
div.DivClassName
{
background-color: #CBC03D;
}
.BgClassName
{
background-color: #CBC03D;
}
</style>
border-color css
<style>
span { border-color: #CBC03D; }
span { border-color: rgb(203,192,61); }
td.TdClassName
{
border-color: #CBC03D;
}
.TagClassName
{
border-color: #CBC03D;
}
</style>