Shades of Old Gold #CBB443
Tints of Old Gold #CBB443
RGB
CMYK
RGB Variations
Color information
#CBB443 (or 0xCBB443) is known color: Old Gold. HEX triplet: CB, B4 and 43. RGB value is (203,180,67). Sum of RGB (Red+Green+Blue) = 203+180+67=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB443 is #344BBC. Grayscale: #AEAEAE. Windows color (decimal): -3427261 or 4437195. OLE color: 4437195.
HSL color Cylindrical-coordinate representation of color #CBB443: hue angle of 49.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBB443 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 67 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.20 |
| HSL | 49.85º | 0.57% | 0.53% | - |
| HSV(B) | 49.85º | 0.67% | 0.8% | - |
| XYZ | 41.96 | 45.74 | 11.93 | - |
| YUV | 174 | 67.62 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 67 | 0 | 0.11 | 0.67 | 0.20 | 49.85 | 0.57 | 0.53 |
| Hex | CB | B4 | 43 | 0 | B | 43 | 14 | 32 | 39 | 35 |
| Octal | 313 | 264 | 103 | 0 | 13 | 103 | 24 | 62 | 71 | 65 |
| Binary | 11001011 | 10110100 | 1000011 | 0 | 1011 | 1000011 | 10100 | 110010 | 111001 | 110101 |
Color Harmonies of #CBB443
Complementary color
Monochromatic Colors of #CBB443
Black with #CBB443
Text Example
Text Example
White with #CBB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB443; }
p { color: rgb(203,180,67); }
H1.HeaderClassName
{
color: #CBB443;
}
.AnyTagClassName
{
color: #CBB443;
}
</style>
background-color css
<style>
a { background-color: #CBB443; }
a { background-color: rgb(203,180,67); }
div.DivClassName
{
background-color: #CBB443;
}
.BgClassName
{
background-color: #CBB443;
}
</style>
border-color css
<style>
span { border-color: #CBB443; }
span { border-color: rgb(203,180,67); }
td.TdClassName
{
border-color: #CBB443;
}
.TagClassName
{
border-color: #CBB443;
}
</style>