Shades of Old Gold #CDB837
Tints of Old Gold #CDB837
RGB
CMYK
RGB Variations
Color information
#CDB837 (or 0xCDB837) is known color: Old Gold. HEX triplet: CD, B8 and 37. RGB value is (205,184,55). Sum of RGB (Red+Green+Blue) = 205+184+55=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB837 is #3247C8. Grayscale: #B0B0B0. Windows color (decimal): -3295177 or 3651789. OLE color: 3651789.
HSL color Cylindrical-coordinate representation of color #CDB837: hue angle of 51.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDB837 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 55 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.20 |
| HSL | 51.6º | 0.6% | 0.51% | - |
| HSV(B) | 51.6º | 0.73% | 0.8% | - |
| XYZ | 43.01 | 47.54 | 10.52 | - |
| YUV | 175.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 55 | 0 | 0.10 | 0.73 | 0.20 | 51.6 | 0.6 | 0.51 |
| Hex | CD | B8 | 37 | 0 | A | 49 | 14 | 34 | 3C | 33 |
| Octal | 315 | 270 | 67 | 0 | 12 | 111 | 24 | 64 | 74 | 63 |
| Binary | 11001101 | 10111000 | 110111 | 0 | 1010 | 1001001 | 10100 | 110100 | 111100 | 110011 |
Color Harmonies of #CDB837
Complementary color
Monochromatic Colors of #CDB837
Black with #CDB837
Text Example
Text Example
White with #CDB837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB837; }
p { color: rgb(205,184,55); }
H1.HeaderClassName
{
color: #CDB837;
}
.AnyTagClassName
{
color: #CDB837;
}
</style>
background-color css
<style>
a { background-color: #CDB837; }
a { background-color: rgb(205,184,55); }
div.DivClassName
{
background-color: #CDB837;
}
.BgClassName
{
background-color: #CDB837;
}
</style>
border-color css
<style>
span { border-color: #CDB837; }
span { border-color: rgb(205,184,55); }
td.TdClassName
{
border-color: #CDB837;
}
.TagClassName
{
border-color: #CDB837;
}
</style>