Shades of Old Gold #CDB232
Tints of Old Gold #CDB232
RGB
CMYK
RGB Variations
Color information
#CDB232 (or 0xCDB232) is known color: Old Gold. HEX triplet: CD, B2 and 32. RGB value is (205,178,50). Sum of RGB (Red+Green+Blue) = 205+178+50=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB232 is #324DCD. Grayscale: #ACACAC. Windows color (decimal): -3296718 or 3322573. OLE color: 3322573.
HSL color Cylindrical-coordinate representation of color #CDB232: hue angle of 49.55º 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 #CDB232 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 50 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.20 |
| HSL | 49.55º | 0.61% | 0.5% | - |
| HSV(B) | 49.55º | 0.76% | 0.8% | - |
| XYZ | 41.67 | 45.05 | 9.52 | - |
| YUV | 171.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 50 | 0 | 0.13 | 0.76 | 0.20 | 49.55 | 0.61 | 0.5 |
| Hex | CD | B2 | 32 | 0 | D | 4C | 14 | 32 | 3D | 32 |
| Octal | 315 | 262 | 62 | 0 | 15 | 114 | 24 | 62 | 75 | 62 |
| Binary | 11001101 | 10110010 | 110010 | 0 | 1101 | 1001100 | 10100 | 110010 | 111101 | 110010 |
Color Harmonies of #CDB232
Complementary color
Monochromatic Colors of #CDB232
Black with #CDB232
Text Example
Text Example
White with #CDB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB232; }
p { color: rgb(205,178,50); }
H1.HeaderClassName
{
color: #CDB232;
}
.AnyTagClassName
{
color: #CDB232;
}
</style>
background-color css
<style>
a { background-color: #CDB232; }
a { background-color: rgb(205,178,50); }
div.DivClassName
{
background-color: #CDB232;
}
.BgClassName
{
background-color: #CDB232;
}
</style>
border-color css
<style>
span { border-color: #CDB232; }
span { border-color: rgb(205,178,50); }
td.TdClassName
{
border-color: #CDB232;
}
.TagClassName
{
border-color: #CDB232;
}
</style>