Shades of Old Gold #CBB52C
Tints of Old Gold #CBB52C
RGB
CMYK
RGB Variations
Color information
#CBB52C (or 0xCBB52C) is known color: Old Gold. HEX triplet: CB, B5 and 2C. RGB value is (203,181,44). Sum of RGB (Red+Green+Blue) = 203+181+44=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB52C is #344AD3. Grayscale: #ACACAC. Windows color (decimal): -3427028 or 2930123. OLE color: 2930123.
HSL color Cylindrical-coordinate representation of color #CBB52C: hue angle of 51.7º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBB52C is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 44 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.20 |
| HSL | 51.7º | 0.64% | 0.48% | - |
| HSV(B) | 51.7º | 0.78% | 0.8% | - |
| XYZ | 41.61 | 45.93 | 9.05 | - |
| YUV | 171.96 | 55.79 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 44 | 0 | 0.11 | 0.78 | 0.20 | 51.7 | 0.64 | 0.48 |
| Hex | CB | B5 | 2C | 0 | B | 4E | 14 | 34 | 40 | 30 |
| Octal | 313 | 265 | 54 | 0 | 13 | 116 | 24 | 64 | 100 | 60 |
| Binary | 11001011 | 10110101 | 101100 | 0 | 1011 | 1001110 | 10100 | 110100 | 1000000 | 110000 |
Color Harmonies of #CBB52C
Complementary color
Monochromatic Colors of #CBB52C
Black with #CBB52C
Text Example
Text Example
White with #CBB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB52C; }
p { color: rgb(203,181,44); }
H1.HeaderClassName
{
color: #CBB52C;
}
.AnyTagClassName
{
color: #CBB52C;
}
</style>
background-color css
<style>
a { background-color: #CBB52C; }
a { background-color: rgb(203,181,44); }
div.DivClassName
{
background-color: #CBB52C;
}
.BgClassName
{
background-color: #CBB52C;
}
</style>
border-color css
<style>
span { border-color: #CBB52C; }
span { border-color: rgb(203,181,44); }
td.TdClassName
{
border-color: #CBB52C;
}
.TagClassName
{
border-color: #CBB52C;
}
</style>