Shades of Old Gold #CBB633
Tints of Old Gold #CBB633
RGB
CMYK
RGB Variations
Color information
#CBB633 (or 0xCBB633) is known color: Old Gold. HEX triplet: CB, B6 and 33. RGB value is (203,182,51). Sum of RGB (Red+Green+Blue) = 203+182+51=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB633 is #3449CC. Grayscale: #ADADAD. Windows color (decimal): -3426765 or 3389131. OLE color: 3389131.
HSL color Cylindrical-coordinate representation of color #CBB633: hue angle of 51.71º 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 #CBB633 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 51 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.20 |
| HSL | 51.71º | 0.6% | 0.5% | - |
| HSV(B) | 51.71º | 0.75% | 0.8% | - |
| XYZ | 41.95 | 46.39 | 9.88 | - |
| YUV | 173.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 51 | 0 | 0.10 | 0.75 | 0.20 | 51.71 | 0.6 | 0.5 |
| Hex | CB | B6 | 33 | 0 | A | 4B | 14 | 34 | 3C | 32 |
| Octal | 313 | 266 | 63 | 0 | 12 | 113 | 24 | 64 | 74 | 62 |
| Binary | 11001011 | 10110110 | 110011 | 0 | 1010 | 1001011 | 10100 | 110100 | 111100 | 110010 |
Color Harmonies of #CBB633
Complementary color
Monochromatic Colors of #CBB633
Black with #CBB633
Text Example
Text Example
White with #CBB633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB633; }
p { color: rgb(203,182,51); }
H1.HeaderClassName
{
color: #CBB633;
}
.AnyTagClassName
{
color: #CBB633;
}
</style>
background-color css
<style>
a { background-color: #CBB633; }
a { background-color: rgb(203,182,51); }
div.DivClassName
{
background-color: #CBB633;
}
.BgClassName
{
background-color: #CBB633;
}
</style>
border-color css
<style>
span { border-color: #CBB633; }
span { border-color: rgb(203,182,51); }
td.TdClassName
{
border-color: #CBB633;
}
.TagClassName
{
border-color: #CBB633;
}
</style>