Shades of Old Gold #CBB038
Tints of Old Gold #CBB038
RGB
CMYK
RGB Variations
Color information
#CBB038 (or 0xCBB038) is known color: Old Gold. HEX triplet: CB, B0 and 38. RGB value is (203,176,56). Sum of RGB (Red+Green+Blue) = 203+176+56=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB038 is #344FC7. Grayscale: #AAAAAA. Windows color (decimal): -3428296 or 3715275. OLE color: 3715275.
HSL color Cylindrical-coordinate representation of color #CBB038: hue angle of 48.98º 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 #CBB038 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 56 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.20 |
| HSL | 48.98º | 0.59% | 0.51% | - |
| HSV(B) | 48.98º | 0.72% | 0.8% | - |
| XYZ | 40.87 | 44.03 | 10.09 | - |
| YUV | 170.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 56 | 0 | 0.13 | 0.72 | 0.20 | 48.98 | 0.59 | 0.51 |
| Hex | CB | B0 | 38 | 0 | D | 48 | 14 | 31 | 3B | 33 |
| Octal | 313 | 260 | 70 | 0 | 15 | 110 | 24 | 61 | 73 | 63 |
| Binary | 11001011 | 10110000 | 111000 | 0 | 1101 | 1001000 | 10100 | 110001 | 111011 | 110011 |
Color Harmonies of #CBB038
Complementary color
Monochromatic Colors of #CBB038
Black with #CBB038
Text Example
Text Example
White with #CBB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB038; }
p { color: rgb(203,176,56); }
H1.HeaderClassName
{
color: #CBB038;
}
.AnyTagClassName
{
color: #CBB038;
}
</style>
background-color css
<style>
a { background-color: #CBB038; }
a { background-color: rgb(203,176,56); }
div.DivClassName
{
background-color: #CBB038;
}
.BgClassName
{
background-color: #CBB038;
}
</style>
border-color css
<style>
span { border-color: #CBB038; }
span { border-color: rgb(203,176,56); }
td.TdClassName
{
border-color: #CBB038;
}
.TagClassName
{
border-color: #CBB038;
}
</style>