Shades of Old Gold #CDBD3E
Tints of Old Gold #CDBD3E
RGB
CMYK
RGB Variations
Color information
#CDBD3E (or 0xCDBD3E) is known color: Old Gold. HEX triplet: CD, BD and 3E. RGB value is (205,189,62). Sum of RGB (Red+Green+Blue) = 205+189+62=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD3E is #3242C1. Grayscale: #B3B3B3. Windows color (decimal): -3293890 or 4111821. OLE color: 4111821.
HSL color Cylindrical-coordinate representation of color #CDBD3E: hue angle of 53.29º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDBD3E is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 62 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.20 |
| HSL | 53.29º | 0.59% | 0.52% | - |
| HSV(B) | 53.29º | 0.7% | 0.8% | - |
| XYZ | 44.24 | 49.72 | 11.82 | - |
| YUV | 179.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 62 | 0 | 0.08 | 0.70 | 0.20 | 53.29 | 0.59 | 0.52 |
| Hex | CD | BD | 3E | 0 | 8 | 46 | 14 | 35 | 3B | 34 |
| Octal | 315 | 275 | 76 | 0 | 10 | 106 | 24 | 65 | 73 | 64 |
| Binary | 11001101 | 10111101 | 111110 | 0 | 1000 | 1000110 | 10100 | 110101 | 111011 | 110100 |
Color Harmonies of #CDBD3E
Complementary color
Monochromatic Colors of #CDBD3E
Black with #CDBD3E
Text Example
Text Example
White with #CDBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBD3E; }
p { color: rgb(205,189,62); }
H1.HeaderClassName
{
color: #CDBD3E;
}
.AnyTagClassName
{
color: #CDBD3E;
}
</style>
background-color css
<style>
a { background-color: #CDBD3E; }
a { background-color: rgb(205,189,62); }
div.DivClassName
{
background-color: #CDBD3E;
}
.BgClassName
{
background-color: #CDBD3E;
}
</style>
border-color css
<style>
span { border-color: #CDBD3E; }
span { border-color: rgb(205,189,62); }
td.TdClassName
{
border-color: #CDBD3E;
}
.TagClassName
{
border-color: #CDBD3E;
}
</style>