Shades of Old Gold #CBB733
Tints of Old Gold #CBB733
RGB
CMYK
RGB Variations
Color information
#CBB733 (or 0xCBB733) is known color: Old Gold. HEX triplet: CB, B7 and 33. RGB value is (203,183,51). Sum of RGB (Red+Green+Blue) = 203+183+51=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB733 is #3448CC. Grayscale: #AEAEAE. Windows color (decimal): -3426509 or 3389387. OLE color: 3389387.
HSL color Cylindrical-coordinate representation of color #CBB733: hue angle of 52.11º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBB733 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 51 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.20 |
| HSL | 52.11º | 0.6% | 0.5% | - |
| HSV(B) | 52.11º | 0.75% | 0.8% | - |
| XYZ | 42.16 | 46.8 | 9.94 | - |
| YUV | 173.93 | 58.63 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 51 | 0 | 0.10 | 0.75 | 0.20 | 52.11 | 0.6 | 0.5 |
| Hex | CB | B7 | 33 | 0 | A | 4B | 14 | 34 | 3C | 32 |
| Octal | 313 | 267 | 63 | 0 | 12 | 113 | 24 | 64 | 74 | 62 |
| Binary | 11001011 | 10110111 | 110011 | 0 | 1010 | 1001011 | 10100 | 110100 | 111100 | 110010 |
Color Harmonies of #CBB733
Complementary color
Monochromatic Colors of #CBB733
Black with #CBB733
Text Example
Text Example
White with #CBB733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB733; }
p { color: rgb(203,183,51); }
H1.HeaderClassName
{
color: #CBB733;
}
.AnyTagClassName
{
color: #CBB733;
}
</style>
background-color css
<style>
a { background-color: #CBB733; }
a { background-color: rgb(203,183,51); }
div.DivClassName
{
background-color: #CBB733;
}
.BgClassName
{
background-color: #CBB733;
}
</style>
border-color css
<style>
span { border-color: #CBB733; }
span { border-color: rgb(203,183,51); }
td.TdClassName
{
border-color: #CBB733;
}
.TagClassName
{
border-color: #CBB733;
}
</style>