Shades of Old Gold #CDBA2E
Tints of Old Gold #CDBA2E
RGB
CMYK
RGB Variations
Color information
#CDBA2E (or 0xCDBA2E) is known color: Old Gold. HEX triplet: CD, BA and 2E. RGB value is (205,186,46). Sum of RGB (Red+Green+Blue) = 205+186+46=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA2E is #3245D1. Grayscale: #B0B0B0. Windows color (decimal): -3294674 or 3062477. OLE color: 3062477.
HSL color Cylindrical-coordinate representation of color #CDBA2E: hue angle of 52.83º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDBA2E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 46 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.20 |
| HSL | 52.83º | 0.63% | 0.49% | - |
| HSV(B) | 52.83º | 0.78% | 0.8% | - |
| XYZ | 43.23 | 48.29 | 9.63 | - |
| YUV | 175.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 46 | 0 | 0.09 | 0.78 | 0.20 | 52.83 | 0.63 | 0.49 |
| Hex | CD | BA | 2E | 0 | 9 | 4E | 14 | 35 | 3F | 31 |
| Octal | 315 | 272 | 56 | 0 | 11 | 116 | 24 | 65 | 77 | 61 |
| Binary | 11001101 | 10111010 | 101110 | 0 | 1001 | 1001110 | 10100 | 110101 | 111111 | 110001 |
Color Harmonies of #CDBA2E
Complementary color
Monochromatic Colors of #CDBA2E
Black with #CDBA2E
Text Example
Text Example
White with #CDBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA2E; }
p { color: rgb(205,186,46); }
H1.HeaderClassName
{
color: #CDBA2E;
}
.AnyTagClassName
{
color: #CDBA2E;
}
</style>
background-color css
<style>
a { background-color: #CDBA2E; }
a { background-color: rgb(205,186,46); }
div.DivClassName
{
background-color: #CDBA2E;
}
.BgClassName
{
background-color: #CDBA2E;
}
</style>
border-color css
<style>
span { border-color: #CDBA2E; }
span { border-color: rgb(205,186,46); }
td.TdClassName
{
border-color: #CDBA2E;
}
.TagClassName
{
border-color: #CDBA2E;
}
</style>