Shades of Old Gold #CBB73F
Tints of Old Gold #CBB73F
RGB
CMYK
RGB Variations
Color information
#CBB73F (or 0xCBB73F) is known color: Old Gold. HEX triplet: CB, B7 and 3F. RGB value is (203,183,63). Sum of RGB (Red+Green+Blue) = 203+183+63=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB73F is #3448C0. Grayscale: #AFAFAF. Windows color (decimal): -3426497 or 4175819. OLE color: 4175819.
HSL color Cylindrical-coordinate representation of color #CBB73F: hue angle of 51.43º 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 #CBB73F is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 63 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.20 |
| HSL | 51.43º | 0.57% | 0.52% | - |
| HSV(B) | 51.43º | 0.69% | 0.8% | - |
| XYZ | 42.46 | 46.92 | 11.52 | - |
| YUV | 175.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 63 | 0 | 0.10 | 0.69 | 0.20 | 51.43 | 0.57 | 0.52 |
| Hex | CB | B7 | 3F | 0 | A | 45 | 14 | 33 | 39 | 34 |
| Octal | 313 | 267 | 77 | 0 | 12 | 105 | 24 | 63 | 71 | 64 |
| Binary | 11001011 | 10110111 | 111111 | 0 | 1010 | 1000101 | 10100 | 110011 | 111001 | 110100 |
Color Harmonies of #CBB73F
Complementary color
Monochromatic Colors of #CBB73F
Black with #CBB73F
Text Example
Text Example
White with #CBB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB73F; }
p { color: rgb(203,183,63); }
H1.HeaderClassName
{
color: #CBB73F;
}
.AnyTagClassName
{
color: #CBB73F;
}
</style>
background-color css
<style>
a { background-color: #CBB73F; }
a { background-color: rgb(203,183,63); }
div.DivClassName
{
background-color: #CBB73F;
}
.BgClassName
{
background-color: #CBB73F;
}
</style>
border-color css
<style>
span { border-color: #CBB73F; }
span { border-color: rgb(203,183,63); }
td.TdClassName
{
border-color: #CBB73F;
}
.TagClassName
{
border-color: #CBB73F;
}
</style>