Shades of Old Gold #CBB741
Tints of Old Gold #CBB741
RGB
CMYK
RGB Variations
Color information
#CBB741 (or 0xCBB741) is known color: Old Gold. HEX triplet: CB, B7 and 41. RGB value is (203,183,65). Sum of RGB (Red+Green+Blue) = 203+183+65=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB741 is #3448BE. Grayscale: #B0B0B0. Windows color (decimal): -3426495 or 4306891. OLE color: 4306891.
HSL color Cylindrical-coordinate representation of color #CBB741: hue angle of 51.3º 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 #CBB741 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 65 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.20 |
| HSL | 51.3º | 0.57% | 0.53% | - |
| HSV(B) | 51.3º | 0.68% | 0.8% | - |
| XYZ | 42.52 | 46.95 | 11.82 | - |
| YUV | 175.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 65 | 0 | 0.10 | 0.68 | 0.20 | 51.3 | 0.57 | 0.53 |
| Hex | CB | B7 | 41 | 0 | A | 44 | 14 | 33 | 39 | 35 |
| Octal | 313 | 267 | 101 | 0 | 12 | 104 | 24 | 63 | 71 | 65 |
| Binary | 11001011 | 10110111 | 1000001 | 0 | 1010 | 1000100 | 10100 | 110011 | 111001 | 110101 |
Color Harmonies of #CBB741
Complementary color
Monochromatic Colors of #CBB741
Black with #CBB741
Text Example
Text Example
White with #CBB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB741; }
p { color: rgb(203,183,65); }
H1.HeaderClassName
{
color: #CBB741;
}
.AnyTagClassName
{
color: #CBB741;
}
</style>
background-color css
<style>
a { background-color: #CBB741; }
a { background-color: rgb(203,183,65); }
div.DivClassName
{
background-color: #CBB741;
}
.BgClassName
{
background-color: #CBB741;
}
</style>
border-color css
<style>
span { border-color: #CBB741; }
span { border-color: rgb(203,183,65); }
td.TdClassName
{
border-color: #CBB741;
}
.TagClassName
{
border-color: #CBB741;
}
</style>