Shades of Old Gold #CDB731
Tints of Old Gold #CDB731
RGB
CMYK
RGB Variations
Color information
#CDB731 (or 0xCDB731) is known color: Old Gold. HEX triplet: CD, B7 and 31. RGB value is (205,183,49). Sum of RGB (Red+Green+Blue) = 205+183+49=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB731 is #3248CE. Grayscale: #AEAEAE. Windows color (decimal): -3295439 or 3258317. OLE color: 3258317.
HSL color Cylindrical-coordinate representation of color #CDB731: hue angle of 51.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDB731 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 49 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.20 |
| HSL | 51.54º | 0.61% | 0.5% | - |
| HSV(B) | 51.54º | 0.76% | 0.8% | - |
| XYZ | 42.66 | 47.07 | 9.74 | - |
| YUV | 174.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 49 | 0 | 0.11 | 0.76 | 0.20 | 51.54 | 0.61 | 0.5 |
| Hex | CD | B7 | 31 | 0 | B | 4C | 14 | 34 | 3D | 32 |
| Octal | 315 | 267 | 61 | 0 | 13 | 114 | 24 | 64 | 75 | 62 |
| Binary | 11001101 | 10110111 | 110001 | 0 | 1011 | 1001100 | 10100 | 110100 | 111101 | 110010 |
Color Harmonies of #CDB731
Complementary color
Monochromatic Colors of #CDB731
Black with #CDB731
Text Example
Text Example
White with #CDB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB731; }
p { color: rgb(205,183,49); }
H1.HeaderClassName
{
color: #CDB731;
}
.AnyTagClassName
{
color: #CDB731;
}
</style>
background-color css
<style>
a { background-color: #CDB731; }
a { background-color: rgb(205,183,49); }
div.DivClassName
{
background-color: #CDB731;
}
.BgClassName
{
background-color: #CDB731;
}
</style>
border-color css
<style>
span { border-color: #CDB731; }
span { border-color: rgb(205,183,49); }
td.TdClassName
{
border-color: #CDB731;
}
.TagClassName
{
border-color: #CDB731;
}
</style>