Shades of Old Gold #CBB536
Tints of Old Gold #CBB536
RGB
CMYK
RGB Variations
Color information
#CBB536 (or 0xCBB536) is known color: Old Gold. HEX triplet: CB, B5 and 36. RGB value is (203,181,54). Sum of RGB (Red+Green+Blue) = 203+181+54=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB536 is #344AC9. Grayscale: #ADADAD. Windows color (decimal): -3427018 or 3585483. OLE color: 3585483.
HSL color Cylindrical-coordinate representation of color #CBB536: hue angle of 51.14º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBB536 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 54 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.20 |
| HSL | 51.14º | 0.59% | 0.5% | - |
| HSV(B) | 51.14º | 0.73% | 0.8% | - |
| XYZ | 41.82 | 46.01 | 10.17 | - |
| YUV | 173.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 54 | 0 | 0.11 | 0.73 | 0.20 | 51.14 | 0.59 | 0.5 |
| Hex | CB | B5 | 36 | 0 | B | 49 | 14 | 33 | 3B | 32 |
| Octal | 313 | 265 | 66 | 0 | 13 | 111 | 24 | 63 | 73 | 62 |
| Binary | 11001011 | 10110101 | 110110 | 0 | 1011 | 1001001 | 10100 | 110011 | 111011 | 110010 |
Color Harmonies of #CBB536
Complementary color
Monochromatic Colors of #CBB536
Black with #CBB536
Text Example
Text Example
White with #CBB536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB536; }
p { color: rgb(203,181,54); }
H1.HeaderClassName
{
color: #CBB536;
}
.AnyTagClassName
{
color: #CBB536;
}
</style>
background-color css
<style>
a { background-color: #CBB536; }
a { background-color: rgb(203,181,54); }
div.DivClassName
{
background-color: #CBB536;
}
.BgClassName
{
background-color: #CBB536;
}
</style>
border-color css
<style>
span { border-color: #CBB536; }
span { border-color: rgb(203,181,54); }
td.TdClassName
{
border-color: #CBB536;
}
.TagClassName
{
border-color: #CBB536;
}
</style>