Shades of Old Gold #CBB340
Tints of Old Gold #CBB340
RGB
CMYK
RGB Variations
Color information
#CBB340 (or 0xCBB340) is known color: Old Gold. HEX triplet: CB, B3 and 40. RGB value is (203,179,64). Sum of RGB (Red+Green+Blue) = 203+179+64=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB340 is #344CBF. Grayscale: #ADADAD. Windows color (decimal): -3427520 or 4240331. OLE color: 4240331.
HSL color Cylindrical-coordinate representation of color #CBB340: hue angle of 49.64º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBB340 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 64 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.20 |
| HSL | 49.64º | 0.57% | 0.52% | - |
| HSV(B) | 49.64º | 0.68% | 0.8% | - |
| XYZ | 41.67 | 45.31 | 11.4 | - |
| YUV | 173.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 64 | 0 | 0.12 | 0.68 | 0.20 | 49.64 | 0.57 | 0.52 |
| Hex | CB | B3 | 40 | 0 | C | 44 | 14 | 32 | 39 | 34 |
| Octal | 313 | 263 | 100 | 0 | 14 | 104 | 24 | 62 | 71 | 64 |
| Binary | 11001011 | 10110011 | 1000000 | 0 | 1100 | 1000100 | 10100 | 110010 | 111001 | 110100 |
Color Harmonies of #CBB340
Complementary color
Monochromatic Colors of #CBB340
Black with #CBB340
Text Example
Text Example
White with #CBB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB340; }
p { color: rgb(203,179,64); }
H1.HeaderClassName
{
color: #CBB340;
}
.AnyTagClassName
{
color: #CBB340;
}
</style>
background-color css
<style>
a { background-color: #CBB340; }
a { background-color: rgb(203,179,64); }
div.DivClassName
{
background-color: #CBB340;
}
.BgClassName
{
background-color: #CBB340;
}
</style>
border-color css
<style>
span { border-color: #CBB340; }
span { border-color: rgb(203,179,64); }
td.TdClassName
{
border-color: #CBB340;
}
.TagClassName
{
border-color: #CBB340;
}
</style>