Shades of Old Gold #CBB238
Tints of Old Gold #CBB238
RGB
CMYK
RGB Variations
Color information
#CBB238 (or 0xCBB238) is known color: Old Gold. HEX triplet: CB, B2 and 38. RGB value is (203,178,56). Sum of RGB (Red+Green+Blue) = 203+178+56=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB238 is #344DC7. Grayscale: #ACACAC. Windows color (decimal): -3427784 or 3715787. OLE color: 3715787.
HSL color Cylindrical-coordinate representation of color #CBB238: hue angle of 49.8º 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 #CBB238 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 56 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.20 |
| HSL | 49.8º | 0.59% | 0.51% | - |
| HSV(B) | 49.8º | 0.72% | 0.8% | - |
| XYZ | 41.26 | 44.82 | 10.22 | - |
| YUV | 171.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 56 | 0 | 0.12 | 0.72 | 0.20 | 49.8 | 0.59 | 0.51 |
| Hex | CB | B2 | 38 | 0 | C | 48 | 14 | 32 | 3B | 33 |
| Octal | 313 | 262 | 70 | 0 | 14 | 110 | 24 | 62 | 73 | 63 |
| Binary | 11001011 | 10110010 | 111000 | 0 | 1100 | 1001000 | 10100 | 110010 | 111011 | 110011 |
Color Harmonies of #CBB238
Complementary color
Monochromatic Colors of #CBB238
Black with #CBB238
Text Example
Text Example
White with #CBB238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB238; }
p { color: rgb(203,178,56); }
H1.HeaderClassName
{
color: #CBB238;
}
.AnyTagClassName
{
color: #CBB238;
}
</style>
background-color css
<style>
a { background-color: #CBB238; }
a { background-color: rgb(203,178,56); }
div.DivClassName
{
background-color: #CBB238;
}
.BgClassName
{
background-color: #CBB238;
}
</style>
border-color css
<style>
span { border-color: #CBB238; }
span { border-color: rgb(203,178,56); }
td.TdClassName
{
border-color: #CBB238;
}
.TagClassName
{
border-color: #CBB238;
}
</style>