Shades of Old Gold #CDB235
Tints of Old Gold #CDB235
RGB
CMYK
RGB Variations
Color information
#CDB235 (or 0xCDB235) is known color: Old Gold. HEX triplet: CD, B2 and 35. RGB value is (205,178,53). Sum of RGB (Red+Green+Blue) = 205+178+53=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB235 is #324DCA. Grayscale: #ACACAC. Windows color (decimal): -3296715 or 3519181. OLE color: 3519181.
HSL color Cylindrical-coordinate representation of color #CDB235: hue angle of 49.34º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDB235 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 53 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.20 |
| HSL | 49.34º | 0.6% | 0.51% | - |
| HSV(B) | 49.34º | 0.74% | 0.8% | - |
| XYZ | 41.74 | 45.08 | 9.87 | - |
| YUV | 171.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 53 | 0 | 0.13 | 0.74 | 0.20 | 49.34 | 0.6 | 0.51 |
| Hex | CD | B2 | 35 | 0 | D | 4A | 14 | 31 | 3C | 33 |
| Octal | 315 | 262 | 65 | 0 | 15 | 112 | 24 | 61 | 74 | 63 |
| Binary | 11001101 | 10110010 | 110101 | 0 | 1101 | 1001010 | 10100 | 110001 | 111100 | 110011 |
Color Harmonies of #CDB235
Complementary color
Monochromatic Colors of #CDB235
Black with #CDB235
Text Example
Text Example
White with #CDB235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB235; }
p { color: rgb(205,178,53); }
H1.HeaderClassName
{
color: #CDB235;
}
.AnyTagClassName
{
color: #CDB235;
}
</style>
background-color css
<style>
a { background-color: #CDB235; }
a { background-color: rgb(205,178,53); }
div.DivClassName
{
background-color: #CDB235;
}
.BgClassName
{
background-color: #CDB235;
}
</style>
border-color css
<style>
span { border-color: #CDB235; }
span { border-color: rgb(205,178,53); }
td.TdClassName
{
border-color: #CDB235;
}
.TagClassName
{
border-color: #CDB235;
}
</style>