Shades of Old Gold #CBB538
Tints of Old Gold #CBB538
RGB
CMYK
RGB Variations
Color information
#CBB538 (or 0xCBB538) is known color: Old Gold. HEX triplet: CB, B5 and 38. RGB value is (203,181,56). Sum of RGB (Red+Green+Blue) = 203+181+56=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB538 is #344AC7. Grayscale: #ADADAD. Windows color (decimal): -3427016 or 3716555. OLE color: 3716555.
HSL color Cylindrical-coordinate representation of color #CBB538: hue angle of 51.02º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBB538 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 56 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.20 |
| HSL | 51.02º | 0.59% | 0.51% | - |
| HSV(B) | 51.02º | 0.72% | 0.8% | - |
| XYZ | 41.87 | 46.03 | 10.42 | - |
| YUV | 173.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 56 | 0 | 0.11 | 0.72 | 0.20 | 51.02 | 0.59 | 0.51 |
| Hex | CB | B5 | 38 | 0 | B | 48 | 14 | 33 | 3B | 33 |
| Octal | 313 | 265 | 70 | 0 | 13 | 110 | 24 | 63 | 73 | 63 |
| Binary | 11001011 | 10110101 | 111000 | 0 | 1011 | 1001000 | 10100 | 110011 | 111011 | 110011 |
Color Harmonies of #CBB538
Complementary color
Monochromatic Colors of #CBB538
Black with #CBB538
Text Example
Text Example
White with #CBB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB538; }
p { color: rgb(203,181,56); }
H1.HeaderClassName
{
color: #CBB538;
}
.AnyTagClassName
{
color: #CBB538;
}
</style>
background-color css
<style>
a { background-color: #CBB538; }
a { background-color: rgb(203,181,56); }
div.DivClassName
{
background-color: #CBB538;
}
.BgClassName
{
background-color: #CBB538;
}
</style>
border-color css
<style>
span { border-color: #CBB538; }
span { border-color: rgb(203,181,56); }
td.TdClassName
{
border-color: #CBB538;
}
.TagClassName
{
border-color: #CBB538;
}
</style>