Shades of Old Gold #CBB935
Tints of Old Gold #CBB935
RGB
CMYK
RGB Variations
Color information
#CBB935 (or 0xCBB935) is known color: Old Gold. HEX triplet: CB, B9 and 35. RGB value is (203,185,53). Sum of RGB (Red+Green+Blue) = 203+185+53=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB935 is #3446CA. Grayscale: #AFAFAF. Windows color (decimal): -3425995 or 3520971. OLE color: 3520971.
HSL color Cylindrical-coordinate representation of color #CBB935: hue angle of 52.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBB935 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 53 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.20 |
| HSL | 52.8º | 0.59% | 0.5% | - |
| HSV(B) | 52.8º | 0.74% | 0.8% | - |
| XYZ | 42.62 | 47.65 | 10.32 | - |
| YUV | 175.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 53 | 0 | 0.09 | 0.74 | 0.20 | 52.8 | 0.59 | 0.5 |
| Hex | CB | B9 | 35 | 0 | 9 | 4A | 14 | 35 | 3B | 32 |
| Octal | 313 | 271 | 65 | 0 | 11 | 112 | 24 | 65 | 73 | 62 |
| Binary | 11001011 | 10111001 | 110101 | 0 | 1001 | 1001010 | 10100 | 110101 | 111011 | 110010 |
Color Harmonies of #CBB935
Complementary color
Monochromatic Colors of #CBB935
Black with #CBB935
Text Example
Text Example
White with #CBB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB935; }
p { color: rgb(203,185,53); }
H1.HeaderClassName
{
color: #CBB935;
}
.AnyTagClassName
{
color: #CBB935;
}
</style>
background-color css
<style>
a { background-color: #CBB935; }
a { background-color: rgb(203,185,53); }
div.DivClassName
{
background-color: #CBB935;
}
.BgClassName
{
background-color: #CBB935;
}
</style>
border-color css
<style>
span { border-color: #CBB935; }
span { border-color: rgb(203,185,53); }
td.TdClassName
{
border-color: #CBB935;
}
.TagClassName
{
border-color: #CBB935;
}
</style>