Shades of Old Gold #CBBA43
Tints of Old Gold #CBBA43
RGB
CMYK
RGB Variations
Color information
#CBBA43 (or 0xCBBA43) is known color: Old Gold. HEX triplet: CB, BA and 43. RGB value is (203,186,67). Sum of RGB (Red+Green+Blue) = 203+186+67=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA43 is #3445BC. Grayscale: #B2B2B2. Windows color (decimal): -3425725 or 4438731. OLE color: 4438731.
HSL color Cylindrical-coordinate representation of color #CBBA43: hue angle of 52.5º 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 #CBBA43 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 67 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.20 |
| HSL | 52.5º | 0.57% | 0.53% | - |
| HSV(B) | 52.5º | 0.67% | 0.8% | - |
| XYZ | 43.2 | 48.22 | 12.34 | - |
| YUV | 177.52 | 65.63 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 67 | 0 | 0.08 | 0.67 | 0.20 | 52.5 | 0.57 | 0.53 |
| Hex | CB | BA | 43 | 0 | 8 | 43 | 14 | 34 | 39 | 35 |
| Octal | 313 | 272 | 103 | 0 | 10 | 103 | 24 | 64 | 71 | 65 |
| Binary | 11001011 | 10111010 | 1000011 | 0 | 1000 | 1000011 | 10100 | 110100 | 111001 | 110101 |
Color Harmonies of #CBBA43
Complementary color
Monochromatic Colors of #CBBA43
Black with #CBBA43
Text Example
Text Example
White with #CBBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA43; }
p { color: rgb(203,186,67); }
H1.HeaderClassName
{
color: #CBBA43;
}
.AnyTagClassName
{
color: #CBBA43;
}
</style>
background-color css
<style>
a { background-color: #CBBA43; }
a { background-color: rgb(203,186,67); }
div.DivClassName
{
background-color: #CBBA43;
}
.BgClassName
{
background-color: #CBBA43;
}
</style>
border-color css
<style>
span { border-color: #CBBA43; }
span { border-color: rgb(203,186,67); }
td.TdClassName
{
border-color: #CBBA43;
}
.TagClassName
{
border-color: #CBBA43;
}
</style>