Shades of Old Gold #CBB33F
Tints of Old Gold #CBB33F
RGB
CMYK
RGB Variations
Color information
#CBB33F (or 0xCBB33F) is known color: Old Gold. HEX triplet: CB, B3 and 3F. RGB value is (203,179,63). Sum of RGB (Red+Green+Blue) = 203+179+63=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB33F is #344CC0. Grayscale: #ADADAD. Windows color (decimal): -3427521 or 4174795. OLE color: 4174795.
HSL color Cylindrical-coordinate representation of color #CBB33F: hue angle of 49.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBB33F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 63 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.20 |
| HSL | 49.71º | 0.57% | 0.52% | - |
| HSV(B) | 49.71º | 0.69% | 0.8% | - |
| XYZ | 41.65 | 45.3 | 11.25 | - |
| YUV | 172.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 63 | 0 | 0.12 | 0.69 | 0.20 | 49.71 | 0.57 | 0.52 |
| Hex | CB | B3 | 3F | 0 | C | 45 | 14 | 32 | 39 | 34 |
| Octal | 313 | 263 | 77 | 0 | 14 | 105 | 24 | 62 | 71 | 64 |
| Binary | 11001011 | 10110011 | 111111 | 0 | 1100 | 1000101 | 10100 | 110010 | 111001 | 110100 |
Color Harmonies of #CBB33F
Complementary color
Monochromatic Colors of #CBB33F
Black with #CBB33F
Text Example
Text Example
White with #CBB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB33F; }
p { color: rgb(203,179,63); }
H1.HeaderClassName
{
color: #CBB33F;
}
.AnyTagClassName
{
color: #CBB33F;
}
</style>
background-color css
<style>
a { background-color: #CBB33F; }
a { background-color: rgb(203,179,63); }
div.DivClassName
{
background-color: #CBB33F;
}
.BgClassName
{
background-color: #CBB33F;
}
</style>
border-color css
<style>
span { border-color: #CBB33F; }
span { border-color: rgb(203,179,63); }
td.TdClassName
{
border-color: #CBB33F;
}
.TagClassName
{
border-color: #CBB33F;
}
</style>