Shades of Old Gold #CBB745
Tints of Old Gold #CBB745
RGB
CMYK
RGB Variations
Color information
#CBB745 (or 0xCBB745) is known color: Old Gold. HEX triplet: CB, B7 and 45. RGB value is (203,183,69). Sum of RGB (Red+Green+Blue) = 203+183+69=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB745 is #3448BA. Grayscale: #B0B0B0. Windows color (decimal): -3426491 or 4569035. OLE color: 4569035.
HSL color Cylindrical-coordinate representation of color #CBB745: hue angle of 51.04º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBB745 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 69 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.20 |
| HSL | 51.04º | 0.56% | 0.53% | - |
| HSV(B) | 51.04º | 0.66% | 0.8% | - |
| XYZ | 42.64 | 46.99 | 12.45 | - |
| YUV | 175.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 69 | 0 | 0.10 | 0.66 | 0.20 | 51.04 | 0.56 | 0.53 |
| Hex | CB | B7 | 45 | 0 | A | 42 | 14 | 33 | 38 | 35 |
| Octal | 313 | 267 | 105 | 0 | 12 | 102 | 24 | 63 | 70 | 65 |
| Binary | 11001011 | 10110111 | 1000101 | 0 | 1010 | 1000010 | 10100 | 110011 | 111000 | 110101 |
Color Harmonies of #CBB745
Complementary color
Monochromatic Colors of #CBB745
Black with #CBB745
Text Example
Text Example
White with #CBB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB745; }
p { color: rgb(203,183,69); }
H1.HeaderClassName
{
color: #CBB745;
}
.AnyTagClassName
{
color: #CBB745;
}
</style>
background-color css
<style>
a { background-color: #CBB745; }
a { background-color: rgb(203,183,69); }
div.DivClassName
{
background-color: #CBB745;
}
.BgClassName
{
background-color: #CBB745;
}
</style>
border-color css
<style>
span { border-color: #CBB745; }
span { border-color: rgb(203,183,69); }
td.TdClassName
{
border-color: #CBB745;
}
.TagClassName
{
border-color: #CBB745;
}
</style>