Shades of Old Gold #CDB82E
Tints of Old Gold #CDB82E
RGB
CMYK
RGB Variations
Color information
#CDB82E (or 0xCDB82E) is known color: Old Gold. HEX triplet: CD, B8 and 2E. RGB value is (205,184,46). Sum of RGB (Red+Green+Blue) = 205+184+46=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB82E is #3247D1. Grayscale: #AFAFAF. Windows color (decimal): -3295186 or 3061965. OLE color: 3061965.
HSL color Cylindrical-coordinate representation of color #CDB82E: hue angle of 52.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDB82E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 46 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.20 |
| HSL | 52.08º | 0.63% | 0.49% | - |
| HSV(B) | 52.08º | 0.78% | 0.8% | - |
| XYZ | 42.81 | 47.46 | 9.49 | - |
| YUV | 174.55 | 55.46 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 46 | 0 | 0.10 | 0.78 | 0.20 | 52.08 | 0.63 | 0.49 |
| Hex | CD | B8 | 2E | 0 | A | 4E | 14 | 34 | 3F | 31 |
| Octal | 315 | 270 | 56 | 0 | 12 | 116 | 24 | 64 | 77 | 61 |
| Binary | 11001101 | 10111000 | 101110 | 0 | 1010 | 1001110 | 10100 | 110100 | 111111 | 110001 |
Color Harmonies of #CDB82E
Complementary color
Monochromatic Colors of #CDB82E
Black with #CDB82E
Text Example
Text Example
White with #CDB82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB82E; }
p { color: rgb(205,184,46); }
H1.HeaderClassName
{
color: #CDB82E;
}
.AnyTagClassName
{
color: #CDB82E;
}
</style>
background-color css
<style>
a { background-color: #CDB82E; }
a { background-color: rgb(205,184,46); }
div.DivClassName
{
background-color: #CDB82E;
}
.BgClassName
{
background-color: #CDB82E;
}
</style>
border-color css
<style>
span { border-color: #CDB82E; }
span { border-color: rgb(205,184,46); }
td.TdClassName
{
border-color: #CDB82E;
}
.TagClassName
{
border-color: #CDB82E;
}
</style>