Shades of Old Gold #CDB836
Tints of Old Gold #CDB836
RGB
CMYK
RGB Variations
Color information
#CDB836 (or 0xCDB836) is known color: Old Gold. HEX triplet: CD, B8 and 36. RGB value is (205,184,54). Sum of RGB (Red+Green+Blue) = 205+184+54=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB836 is #3247C9. Grayscale: #B0B0B0. Windows color (decimal): -3295178 or 3586253. OLE color: 3586253.
HSL color Cylindrical-coordinate representation of color #CDB836: hue angle of 51.66º 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 #CDB836 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 54 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.20 |
| HSL | 51.66º | 0.6% | 0.51% | - |
| HSV(B) | 51.66º | 0.74% | 0.8% | - |
| XYZ | 42.98 | 47.53 | 10.4 | - |
| YUV | 175.46 | 59.46 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 54 | 0 | 0.10 | 0.74 | 0.20 | 51.66 | 0.6 | 0.51 |
| Hex | CD | B8 | 36 | 0 | A | 4A | 14 | 34 | 3C | 33 |
| Octal | 315 | 270 | 66 | 0 | 12 | 112 | 24 | 64 | 74 | 63 |
| Binary | 11001101 | 10111000 | 110110 | 0 | 1010 | 1001010 | 10100 | 110100 | 111100 | 110011 |
Color Harmonies of #CDB836
Complementary color
Monochromatic Colors of #CDB836
Black with #CDB836
Text Example
Text Example
White with #CDB836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB836; }
p { color: rgb(205,184,54); }
H1.HeaderClassName
{
color: #CDB836;
}
.AnyTagClassName
{
color: #CDB836;
}
</style>
background-color css
<style>
a { background-color: #CDB836; }
a { background-color: rgb(205,184,54); }
div.DivClassName
{
background-color: #CDB836;
}
.BgClassName
{
background-color: #CDB836;
}
</style>
border-color css
<style>
span { border-color: #CDB836; }
span { border-color: rgb(205,184,54); }
td.TdClassName
{
border-color: #CDB836;
}
.TagClassName
{
border-color: #CDB836;
}
</style>