Shades of Old Gold #CBB53D
Tints of Old Gold #CBB53D
RGB
CMYK
RGB Variations
Color information
#CBB53D (or 0xCBB53D) is known color: Old Gold. HEX triplet: CB, B5 and 3D. RGB value is (203,181,61). Sum of RGB (Red+Green+Blue) = 203+181+61=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB53D is #344AC2. Grayscale: #AEAEAE. Windows color (decimal): -3427011 or 4044235. OLE color: 4044235.
HSL color Cylindrical-coordinate representation of color #CBB53D: hue angle of 50.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBB53D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 61 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.20 |
| HSL | 50.7º | 0.58% | 0.52% | - |
| HSV(B) | 50.7º | 0.7% | 0.8% | - |
| XYZ | 41.99 | 46.08 | 11.1 | - |
| YUV | 173.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 61 | 0 | 0.11 | 0.70 | 0.20 | 50.7 | 0.58 | 0.52 |
| Hex | CB | B5 | 3D | 0 | B | 46 | 14 | 33 | 3A | 34 |
| Octal | 313 | 265 | 75 | 0 | 13 | 106 | 24 | 63 | 72 | 64 |
| Binary | 11001011 | 10110101 | 111101 | 0 | 1011 | 1000110 | 10100 | 110011 | 111010 | 110100 |
Color Harmonies of #CBB53D
Complementary color
Monochromatic Colors of #CBB53D
Black with #CBB53D
Text Example
Text Example
White with #CBB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB53D; }
p { color: rgb(203,181,61); }
H1.HeaderClassName
{
color: #CBB53D;
}
.AnyTagClassName
{
color: #CBB53D;
}
</style>
background-color css
<style>
a { background-color: #CBB53D; }
a { background-color: rgb(203,181,61); }
div.DivClassName
{
background-color: #CBB53D;
}
.BgClassName
{
background-color: #CBB53D;
}
</style>
border-color css
<style>
span { border-color: #CBB53D; }
span { border-color: rgb(203,181,61); }
td.TdClassName
{
border-color: #CBB53D;
}
.TagClassName
{
border-color: #CBB53D;
}
</style>