Shades of Old Gold #CBB345
Tints of Old Gold #CBB345
RGB
CMYK
RGB Variations
Color information
#CBB345 (or 0xCBB345) is known color: Old Gold. HEX triplet: CB, B3 and 45. RGB value is (203,179,69). Sum of RGB (Red+Green+Blue) = 203+179+69=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB345 is #344CBA. Grayscale: #AEAEAE. Windows color (decimal): -3427515 or 4568011. OLE color: 4568011.
HSL color Cylindrical-coordinate representation of color #CBB345: hue angle of 49.25º 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 #CBB345 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 69 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.20 |
| HSL | 49.25º | 0.56% | 0.53% | - |
| HSV(B) | 49.25º | 0.66% | 0.8% | - |
| XYZ | 41.82 | 45.37 | 12.18 | - |
| YUV | 173.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 69 | 0 | 0.12 | 0.66 | 0.20 | 49.25 | 0.56 | 0.53 |
| Hex | CB | B3 | 45 | 0 | C | 42 | 14 | 31 | 38 | 35 |
| Octal | 313 | 263 | 105 | 0 | 14 | 102 | 24 | 61 | 70 | 65 |
| Binary | 11001011 | 10110011 | 1000101 | 0 | 1100 | 1000010 | 10100 | 110001 | 111000 | 110101 |
Color Harmonies of #CBB345
Complementary color
Monochromatic Colors of #CBB345
Black with #CBB345
Text Example
Text Example
White with #CBB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB345; }
p { color: rgb(203,179,69); }
H1.HeaderClassName
{
color: #CBB345;
}
.AnyTagClassName
{
color: #CBB345;
}
</style>
background-color css
<style>
a { background-color: #CBB345; }
a { background-color: rgb(203,179,69); }
div.DivClassName
{
background-color: #CBB345;
}
.BgClassName
{
background-color: #CBB345;
}
</style>
border-color css
<style>
span { border-color: #CBB345; }
span { border-color: rgb(203,179,69); }
td.TdClassName
{
border-color: #CBB345;
}
.TagClassName
{
border-color: #CBB345;
}
</style>