Shades of Old Gold #CBB53C
Tints of Old Gold #CBB53C
RGB
CMYK
RGB Variations
Color information
#CBB53C (or 0xCBB53C) is known color: Old Gold. HEX triplet: CB, B5 and 3C. RGB value is (203,181,60). Sum of RGB (Red+Green+Blue) = 203+181+60=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB53C is #344AC3. Grayscale: #AEAEAE. Windows color (decimal): -3427012 or 3978699. OLE color: 3978699.
HSL color Cylindrical-coordinate representation of color #CBB53C: hue angle of 50.77º 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 #CBB53C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 60 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.20 |
| HSL | 50.77º | 0.58% | 0.52% | - |
| HSV(B) | 50.77º | 0.7% | 0.8% | - |
| XYZ | 41.97 | 46.07 | 10.96 | - |
| YUV | 173.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 60 | 0 | 0.11 | 0.70 | 0.20 | 50.77 | 0.58 | 0.52 |
| Hex | CB | B5 | 3C | 0 | B | 46 | 14 | 33 | 3A | 34 |
| Octal | 313 | 265 | 74 | 0 | 13 | 106 | 24 | 63 | 72 | 64 |
| Binary | 11001011 | 10110101 | 111100 | 0 | 1011 | 1000110 | 10100 | 110011 | 111010 | 110100 |
Color Harmonies of #CBB53C
Complementary color
Monochromatic Colors of #CBB53C
Black with #CBB53C
Text Example
Text Example
White with #CBB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB53C; }
p { color: rgb(203,181,60); }
H1.HeaderClassName
{
color: #CBB53C;
}
.AnyTagClassName
{
color: #CBB53C;
}
</style>
background-color css
<style>
a { background-color: #CBB53C; }
a { background-color: rgb(203,181,60); }
div.DivClassName
{
background-color: #CBB53C;
}
.BgClassName
{
background-color: #CBB53C;
}
</style>
border-color css
<style>
span { border-color: #CBB53C; }
span { border-color: rgb(203,181,60); }
td.TdClassName
{
border-color: #CBB53C;
}
.TagClassName
{
border-color: #CBB53C;
}
</style>