Shades of Old Gold #CDB737
Tints of Old Gold #CDB737
RGB
CMYK
RGB Variations
Color information
#CDB737 (or 0xCDB737) is known color: Old Gold. HEX triplet: CD, B7 and 37. RGB value is (205,183,55). Sum of RGB (Red+Green+Blue) = 205+183+55=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB737 is #3248C8. Grayscale: #AFAFAF. Windows color (decimal): -3295433 or 3651533. OLE color: 3651533.
HSL color Cylindrical-coordinate representation of color #CDB737: hue angle of 51.2º 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 #CDB737 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 55 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.20 |
| HSL | 51.2º | 0.6% | 0.51% | - |
| HSV(B) | 51.2º | 0.73% | 0.8% | - |
| XYZ | 42.8 | 47.12 | 10.45 | - |
| YUV | 174.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 55 | 0 | 0.11 | 0.73 | 0.20 | 51.2 | 0.6 | 0.51 |
| Hex | CD | B7 | 37 | 0 | B | 49 | 14 | 33 | 3C | 33 |
| Octal | 315 | 267 | 67 | 0 | 13 | 111 | 24 | 63 | 74 | 63 |
| Binary | 11001101 | 10110111 | 110111 | 0 | 1011 | 1001001 | 10100 | 110011 | 111100 | 110011 |
Color Harmonies of #CDB737
Complementary color
Monochromatic Colors of #CDB737
Black with #CDB737
Text Example
Text Example
White with #CDB737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB737; }
p { color: rgb(205,183,55); }
H1.HeaderClassName
{
color: #CDB737;
}
.AnyTagClassName
{
color: #CDB737;
}
</style>
background-color css
<style>
a { background-color: #CDB737; }
a { background-color: rgb(205,183,55); }
div.DivClassName
{
background-color: #CDB737;
}
.BgClassName
{
background-color: #CDB737;
}
</style>
border-color css
<style>
span { border-color: #CDB737; }
span { border-color: rgb(205,183,55); }
td.TdClassName
{
border-color: #CDB737;
}
.TagClassName
{
border-color: #CDB737;
}
</style>