Shades of Old Gold #CBB73E
Tints of Old Gold #CBB73E
RGB
CMYK
RGB Variations
Color information
#CBB73E (or 0xCBB73E) is known color: Old Gold. HEX triplet: CB, B7 and 3E. RGB value is (203,183,62). Sum of RGB (Red+Green+Blue) = 203+183+62=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB73E is #3448C1. Grayscale: #AFAFAF. Windows color (decimal): -3426498 or 4110283. OLE color: 4110283.
HSL color Cylindrical-coordinate representation of color #CBB73E: hue angle of 51.49º degrees, saturation: 0.58, 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 #CBB73E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 62 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.20 |
| HSL | 51.49º | 0.58% | 0.52% | - |
| HSV(B) | 51.49º | 0.69% | 0.8% | - |
| XYZ | 42.43 | 46.91 | 11.38 | - |
| YUV | 175.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 62 | 0 | 0.10 | 0.69 | 0.20 | 51.49 | 0.58 | 0.52 |
| Hex | CB | B7 | 3E | 0 | A | 45 | 14 | 33 | 3A | 34 |
| Octal | 313 | 267 | 76 | 0 | 12 | 105 | 24 | 63 | 72 | 64 |
| Binary | 11001011 | 10110111 | 111110 | 0 | 1010 | 1000101 | 10100 | 110011 | 111010 | 110100 |
Color Harmonies of #CBB73E
Complementary color
Monochromatic Colors of #CBB73E
Black with #CBB73E
Text Example
Text Example
White with #CBB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB73E; }
p { color: rgb(203,183,62); }
H1.HeaderClassName
{
color: #CBB73E;
}
.AnyTagClassName
{
color: #CBB73E;
}
</style>
background-color css
<style>
a { background-color: #CBB73E; }
a { background-color: rgb(203,183,62); }
div.DivClassName
{
background-color: #CBB73E;
}
.BgClassName
{
background-color: #CBB73E;
}
</style>
border-color css
<style>
span { border-color: #CBB73E; }
span { border-color: rgb(203,183,62); }
td.TdClassName
{
border-color: #CBB73E;
}
.TagClassName
{
border-color: #CBB73E;
}
</style>