Shades of Old Gold #CDC03A
Tints of Old Gold #CDC03A
RGB
CMYK
RGB Variations
Color information
#CDC03A (or 0xCDC03A) is known color: Old Gold. HEX triplet: CD, C0 and 3A. RGB value is (205,192,58). Sum of RGB (Red+Green+Blue) = 205+192+58=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC03A is #323FC5. Grayscale: #B5B5B5. Windows color (decimal): -3293126 or 3850445. OLE color: 3850445.
HSL color Cylindrical-coordinate representation of color #CDC03A: hue angle of 54.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDC03A is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 58 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.20 |
| HSL | 54.69º | 0.6% | 0.52% | - |
| HSV(B) | 54.69º | 0.72% | 0.8% | - |
| XYZ | 44.79 | 50.98 | 11.48 | - |
| YUV | 180.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 58 | 0 | 0.06 | 0.72 | 0.20 | 54.69 | 0.6 | 0.52 |
| Hex | CD | C0 | 3A | 0 | 6 | 48 | 14 | 37 | 3C | 34 |
| Octal | 315 | 300 | 72 | 0 | 6 | 110 | 24 | 67 | 74 | 64 |
| Binary | 11001101 | 11000000 | 111010 | 0 | 110 | 1001000 | 10100 | 110111 | 111100 | 110100 |
Color Harmonies of #CDC03A
Complementary color
Monochromatic Colors of #CDC03A
Black with #CDC03A
Text Example
Text Example
White with #CDC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC03A; }
p { color: rgb(205,192,58); }
H1.HeaderClassName
{
color: #CDC03A;
}
.AnyTagClassName
{
color: #CDC03A;
}
</style>
background-color css
<style>
a { background-color: #CDC03A; }
a { background-color: rgb(205,192,58); }
div.DivClassName
{
background-color: #CDC03A;
}
.BgClassName
{
background-color: #CDC03A;
}
</style>
border-color css
<style>
span { border-color: #CDC03A; }
span { border-color: rgb(205,192,58); }
td.TdClassName
{
border-color: #CDC03A;
}
.TagClassName
{
border-color: #CDC03A;
}
</style>