Shades of Old Gold #CDB740
Tints of Old Gold #CDB740
RGB
CMYK
RGB Variations
Color information
#CDB740 (or 0xCDB740) is known color: Old Gold. HEX triplet: CD, B7 and 40. RGB value is (205,183,64). Sum of RGB (Red+Green+Blue) = 205+183+64=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB740 is #3248BF. Grayscale: #B0B0B0. Windows color (decimal): -3295424 or 4241357. OLE color: 4241357.
HSL color Cylindrical-coordinate representation of color #CDB740: hue angle of 50.64º 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 #CDB740 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 64 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.20 |
| HSL | 50.64º | 0.59% | 0.53% | - |
| HSV(B) | 50.64º | 0.69% | 0.8% | - |
| XYZ | 43.04 | 47.22 | 11.7 | - |
| YUV | 176.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 64 | 0 | 0.11 | 0.69 | 0.20 | 50.64 | 0.59 | 0.53 |
| Hex | CD | B7 | 40 | 0 | B | 45 | 14 | 33 | 3B | 35 |
| Octal | 315 | 267 | 100 | 0 | 13 | 105 | 24 | 63 | 73 | 65 |
| Binary | 11001101 | 10110111 | 1000000 | 0 | 1011 | 1000101 | 10100 | 110011 | 111011 | 110101 |
Color Harmonies of #CDB740
Complementary color
Monochromatic Colors of #CDB740
Black with #CDB740
Text Example
Text Example
White with #CDB740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB740; }
p { color: rgb(205,183,64); }
H1.HeaderClassName
{
color: #CDB740;
}
.AnyTagClassName
{
color: #CDB740;
}
</style>
background-color css
<style>
a { background-color: #CDB740; }
a { background-color: rgb(205,183,64); }
div.DivClassName
{
background-color: #CDB740;
}
.BgClassName
{
background-color: #CDB740;
}
</style>
border-color css
<style>
span { border-color: #CDB740; }
span { border-color: rgb(205,183,64); }
td.TdClassName
{
border-color: #CDB740;
}
.TagClassName
{
border-color: #CDB740;
}
</style>