Shades of Old Gold #CBB841
Tints of Old Gold #CBB841
RGB
CMYK
RGB Variations
Color information
#CBB841 (or 0xCBB841) is known color: Old Gold. HEX triplet: CB, B8 and 41. RGB value is (203,184,65). Sum of RGB (Red+Green+Blue) = 203+184+65=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB841 is #3447BE. Grayscale: #B0B0B0. Windows color (decimal): -3426239 or 4307147. OLE color: 4307147.
HSL color Cylindrical-coordinate representation of color #CBB841: hue angle of 51.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBB841 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 65 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.20 |
| HSL | 51.74º | 0.57% | 0.53% | - |
| HSV(B) | 51.74º | 0.68% | 0.8% | - |
| XYZ | 42.72 | 47.36 | 11.89 | - |
| YUV | 176.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 65 | 0 | 0.09 | 0.68 | 0.20 | 51.74 | 0.57 | 0.53 |
| Hex | CB | B8 | 41 | 0 | 9 | 44 | 14 | 34 | 39 | 35 |
| Octal | 313 | 270 | 101 | 0 | 11 | 104 | 24 | 64 | 71 | 65 |
| Binary | 11001011 | 10111000 | 1000001 | 0 | 1001 | 1000100 | 10100 | 110100 | 111001 | 110101 |
Color Harmonies of #CBB841
Complementary color
Monochromatic Colors of #CBB841
Black with #CBB841
Text Example
Text Example
White with #CBB841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB841; }
p { color: rgb(203,184,65); }
H1.HeaderClassName
{
color: #CBB841;
}
.AnyTagClassName
{
color: #CBB841;
}
</style>
background-color css
<style>
a { background-color: #CBB841; }
a { background-color: rgb(203,184,65); }
div.DivClassName
{
background-color: #CBB841;
}
.BgClassName
{
background-color: #CBB841;
}
</style>
border-color css
<style>
span { border-color: #CBB841; }
span { border-color: rgb(203,184,65); }
td.TdClassName
{
border-color: #CBB841;
}
.TagClassName
{
border-color: #CBB841;
}
</style>