Shades of Old Gold #CDBD40
Tints of Old Gold #CDBD40
RGB
CMYK
RGB Variations
Color information
#CDBD40 (or 0xCDBD40) is known color: Old Gold. HEX triplet: CD, BD and 40. RGB value is (205,189,64). Sum of RGB (Red+Green+Blue) = 205+189+64=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD40 is #3242BF. Grayscale: #B4B4B4. Windows color (decimal): -3293888 or 4242893. OLE color: 4242893.
HSL color Cylindrical-coordinate representation of color #CDBD40: hue angle of 53.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDBD40 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 64 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.20 |
| HSL | 53.19º | 0.59% | 0.53% | - |
| HSV(B) | 53.19º | 0.69% | 0.8% | - |
| XYZ | 44.3 | 49.74 | 12.12 | - |
| YUV | 179.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 64 | 0 | 0.08 | 0.69 | 0.20 | 53.19 | 0.59 | 0.53 |
| Hex | CD | BD | 40 | 0 | 8 | 45 | 14 | 35 | 3B | 35 |
| Octal | 315 | 275 | 100 | 0 | 10 | 105 | 24 | 65 | 73 | 65 |
| Binary | 11001101 | 10111101 | 1000000 | 0 | 1000 | 1000101 | 10100 | 110101 | 111011 | 110101 |
Color Harmonies of #CDBD40
Complementary color
Monochromatic Colors of #CDBD40
Black with #CDBD40
Text Example
Text Example
White with #CDBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBD40; }
p { color: rgb(205,189,64); }
H1.HeaderClassName
{
color: #CDBD40;
}
.AnyTagClassName
{
color: #CDBD40;
}
</style>
background-color css
<style>
a { background-color: #CDBD40; }
a { background-color: rgb(205,189,64); }
div.DivClassName
{
background-color: #CDBD40;
}
.BgClassName
{
background-color: #CDBD40;
}
</style>
border-color css
<style>
span { border-color: #CDBD40; }
span { border-color: rgb(205,189,64); }
td.TdClassName
{
border-color: #CDBD40;
}
.TagClassName
{
border-color: #CDBD40;
}
</style>