Shades of Old Gold #CDBA3C
Tints of Old Gold #CDBA3C
RGB
CMYK
RGB Variations
Color information
#CDBA3C (or 0xCDBA3C) is known color: Old Gold. HEX triplet: CD, BA and 3C. RGB value is (205,186,60). Sum of RGB (Red+Green+Blue) = 205+186+60=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA3C is #3245C3. Grayscale: #B1B1B1. Windows color (decimal): -3294660 or 3979981. OLE color: 3979981.
HSL color Cylindrical-coordinate representation of color #CDBA3C: hue angle of 52.14º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDBA3C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 60 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.20 |
| HSL | 52.14º | 0.59% | 0.52% | - |
| HSV(B) | 52.14º | 0.71% | 0.8% | - |
| XYZ | 43.55 | 48.42 | 11.33 | - |
| YUV | 177.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 60 | 0 | 0.09 | 0.71 | 0.20 | 52.14 | 0.59 | 0.52 |
| Hex | CD | BA | 3C | 0 | 9 | 47 | 14 | 34 | 3B | 34 |
| Octal | 315 | 272 | 74 | 0 | 11 | 107 | 24 | 64 | 73 | 64 |
| Binary | 11001101 | 10111010 | 111100 | 0 | 1001 | 1000111 | 10100 | 110100 | 111011 | 110100 |
Color Harmonies of #CDBA3C
Complementary color
Monochromatic Colors of #CDBA3C
Black with #CDBA3C
Text Example
Text Example
White with #CDBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA3C; }
p { color: rgb(205,186,60); }
H1.HeaderClassName
{
color: #CDBA3C;
}
.AnyTagClassName
{
color: #CDBA3C;
}
</style>
background-color css
<style>
a { background-color: #CDBA3C; }
a { background-color: rgb(205,186,60); }
div.DivClassName
{
background-color: #CDBA3C;
}
.BgClassName
{
background-color: #CDBA3C;
}
</style>
border-color css
<style>
span { border-color: #CDBA3C; }
span { border-color: rgb(205,186,60); }
td.TdClassName
{
border-color: #CDBA3C;
}
.TagClassName
{
border-color: #CDBA3C;
}
</style>