Shades of Old Gold #CDC030
Tints of Old Gold #CDC030
RGB
CMYK
RGB Variations
Color information
#CDC030 (or 0xCDC030) is known color: Old Gold. HEX triplet: CD, C0 and 30. RGB value is (205,192,48). Sum of RGB (Red+Green+Blue) = 205+192+48=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC030 is #323FCF. Grayscale: #B4B4B4. Windows color (decimal): -3293136 or 3195085. OLE color: 3195085.
HSL color Cylindrical-coordinate representation of color #CDC030: hue angle of 55.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDC030 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 48 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.20 |
| HSL | 55.03º | 0.62% | 0.5% | - |
| HSV(B) | 55.03º | 0.77% | 0.8% | - |
| XYZ | 44.56 | 50.89 | 10.27 | - |
| YUV | 179.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 48 | 0 | 0.06 | 0.77 | 0.20 | 55.03 | 0.62 | 0.5 |
| Hex | CD | C0 | 30 | 0 | 6 | 4D | 14 | 37 | 3E | 32 |
| Octal | 315 | 300 | 60 | 0 | 6 | 115 | 24 | 67 | 76 | 62 |
| Binary | 11001101 | 11000000 | 110000 | 0 | 110 | 1001101 | 10100 | 110111 | 111110 | 110010 |
Color Harmonies of #CDC030
Complementary color
Monochromatic Colors of #CDC030
Black with #CDC030
Text Example
Text Example
White with #CDC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC030; }
p { color: rgb(205,192,48); }
H1.HeaderClassName
{
color: #CDC030;
}
.AnyTagClassName
{
color: #CDC030;
}
</style>
background-color css
<style>
a { background-color: #CDC030; }
a { background-color: rgb(205,192,48); }
div.DivClassName
{
background-color: #CDC030;
}
.BgClassName
{
background-color: #CDC030;
}
</style>
border-color css
<style>
span { border-color: #CDC030; }
span { border-color: rgb(205,192,48); }
td.TdClassName
{
border-color: #CDC030;
}
.TagClassName
{
border-color: #CDC030;
}
</style>