Shades of Old Gold #CDBA3A
Tints of Old Gold #CDBA3A
RGB
CMYK
RGB Variations
Color information
#CDBA3A (or 0xCDBA3A) is known color: Old Gold. HEX triplet: CD, BA and 3A. RGB value is (205,186,58). Sum of RGB (Red+Green+Blue) = 205+186+58=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA3A is #3245C5. Grayscale: #B1B1B1. Windows color (decimal): -3294662 or 3848909. OLE color: 3848909.
HSL color Cylindrical-coordinate representation of color #CDBA3A: hue angle of 52.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDBA3A is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 58 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.20 |
| HSL | 52.24º | 0.6% | 0.52% | - |
| HSV(B) | 52.24º | 0.72% | 0.8% | - |
| XYZ | 43.5 | 48.4 | 11.05 | - |
| YUV | 177.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 58 | 0 | 0.09 | 0.72 | 0.20 | 52.24 | 0.6 | 0.52 |
| Hex | CD | BA | 3A | 0 | 9 | 48 | 14 | 34 | 3C | 34 |
| Octal | 315 | 272 | 72 | 0 | 11 | 110 | 24 | 64 | 74 | 64 |
| Binary | 11001101 | 10111010 | 111010 | 0 | 1001 | 1001000 | 10100 | 110100 | 111100 | 110100 |
Color Harmonies of #CDBA3A
Complementary color
Monochromatic Colors of #CDBA3A
Black with #CDBA3A
Text Example
Text Example
White with #CDBA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA3A; }
p { color: rgb(205,186,58); }
H1.HeaderClassName
{
color: #CDBA3A;
}
.AnyTagClassName
{
color: #CDBA3A;
}
</style>
background-color css
<style>
a { background-color: #CDBA3A; }
a { background-color: rgb(205,186,58); }
div.DivClassName
{
background-color: #CDBA3A;
}
.BgClassName
{
background-color: #CDBA3A;
}
</style>
border-color css
<style>
span { border-color: #CDBA3A; }
span { border-color: rgb(205,186,58); }
td.TdClassName
{
border-color: #CDBA3A;
}
.TagClassName
{
border-color: #CDBA3A;
}
</style>