Shades of Old Gold #CBB640
Tints of Old Gold #CBB640
RGB
CMYK
RGB Variations
Color information
#CBB640 (or 0xCBB640) is known color: Old Gold. HEX triplet: CB, B6 and 40. RGB value is (203,182,64). Sum of RGB (Red+Green+Blue) = 203+182+64=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB640 is #3449BF. Grayscale: #AFAFAF. Windows color (decimal): -3426752 or 4241099. OLE color: 4241099.
HSL color Cylindrical-coordinate representation of color #CBB640: hue angle of 50.94º 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 #CBB640 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 64 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.20 |
| HSL | 50.94º | 0.57% | 0.52% | - |
| HSV(B) | 50.94º | 0.68% | 0.8% | - |
| XYZ | 42.28 | 46.52 | 11.6 | - |
| YUV | 174.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 64 | 0 | 0.10 | 0.68 | 0.20 | 50.94 | 0.57 | 0.52 |
| Hex | CB | B6 | 40 | 0 | A | 44 | 14 | 33 | 39 | 34 |
| Octal | 313 | 266 | 100 | 0 | 12 | 104 | 24 | 63 | 71 | 64 |
| Binary | 11001011 | 10110110 | 1000000 | 0 | 1010 | 1000100 | 10100 | 110011 | 111001 | 110100 |
Color Harmonies of #CBB640
Complementary color
Monochromatic Colors of #CBB640
Black with #CBB640
Text Example
Text Example
White with #CBB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB640; }
p { color: rgb(203,182,64); }
H1.HeaderClassName
{
color: #CBB640;
}
.AnyTagClassName
{
color: #CBB640;
}
</style>
background-color css
<style>
a { background-color: #CBB640; }
a { background-color: rgb(203,182,64); }
div.DivClassName
{
background-color: #CBB640;
}
.BgClassName
{
background-color: #CBB640;
}
</style>
border-color css
<style>
span { border-color: #CBB640; }
span { border-color: rgb(203,182,64); }
td.TdClassName
{
border-color: #CBB640;
}
.TagClassName
{
border-color: #CBB640;
}
</style>