Shades of Old Gold #CDBD2D
Tints of Old Gold #CDBD2D
RGB
CMYK
RGB Variations
Color information
#CDBD2D (or 0xCDBD2D) is known color: Old Gold. HEX triplet: CD, BD and 2D. RGB value is (205,189,45). Sum of RGB (Red+Green+Blue) = 205+189+45=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD2D is #3242D2. Grayscale: #B1B1B1. Windows color (decimal): -3293907 or 2997709. OLE color: 2997709.
HSL color Cylindrical-coordinate representation of color #CDBD2D: hue angle of 54º degrees, saturation: 0.64, 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 #CDBD2D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 45 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.20 |
| HSL | 54º | 0.64% | 0.49% | - |
| HSV(B) | 54º | 0.78% | 0.8% | - |
| XYZ | 43.85 | 49.56 | 9.74 | - |
| YUV | 177.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 45 | 0 | 0.08 | 0.78 | 0.20 | 54 | 0.64 | 0.49 |
| Hex | CD | BD | 2D | 0 | 8 | 4E | 14 | 36 | 40 | 31 |
| Octal | 315 | 275 | 55 | 0 | 10 | 116 | 24 | 66 | 100 | 61 |
| Binary | 11001101 | 10111101 | 101101 | 0 | 1000 | 1001110 | 10100 | 110110 | 1000000 | 110001 |
Color Harmonies of #CDBD2D
Complementary color
Monochromatic Colors of #CDBD2D
Black with #CDBD2D
Text Example
Text Example
White with #CDBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBD2D; }
p { color: rgb(205,189,45); }
H1.HeaderClassName
{
color: #CDBD2D;
}
.AnyTagClassName
{
color: #CDBD2D;
}
</style>
background-color css
<style>
a { background-color: #CDBD2D; }
a { background-color: rgb(205,189,45); }
div.DivClassName
{
background-color: #CDBD2D;
}
.BgClassName
{
background-color: #CDBD2D;
}
</style>
border-color css
<style>
span { border-color: #CDBD2D; }
span { border-color: rgb(205,189,45); }
td.TdClassName
{
border-color: #CDBD2D;
}
.TagClassName
{
border-color: #CDBD2D;
}
</style>