Shades of Old Gold #CDB941
Tints of Old Gold #CDB941
RGB
CMYK
RGB Variations
Color information
#CDB941 (or 0xCDB941) is known color: Old Gold. HEX triplet: CD, B9 and 41. RGB value is (205,185,65). Sum of RGB (Red+Green+Blue) = 205+185+65=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB941 is #3246BE. Grayscale: #B1B1B1. Windows color (decimal): -3294911 or 4307405. OLE color: 4307405.
HSL color Cylindrical-coordinate representation of color #CDB941: hue angle of 51.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDB941 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 65 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.20 |
| HSL | 51.43º | 0.58% | 0.53% | - |
| HSV(B) | 51.43º | 0.68% | 0.8% | - |
| XYZ | 43.48 | 48.06 | 11.99 | - |
| YUV | 177.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 65 | 0 | 0.10 | 0.68 | 0.20 | 51.43 | 0.58 | 0.53 |
| Hex | CD | B9 | 41 | 0 | A | 44 | 14 | 33 | 3A | 35 |
| Octal | 315 | 271 | 101 | 0 | 12 | 104 | 24 | 63 | 72 | 65 |
| Binary | 11001101 | 10111001 | 1000001 | 0 | 1010 | 1000100 | 10100 | 110011 | 111010 | 110101 |
Color Harmonies of #CDB941
Complementary color
Monochromatic Colors of #CDB941
Black with #CDB941
Text Example
Text Example
White with #CDB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB941; }
p { color: rgb(205,185,65); }
H1.HeaderClassName
{
color: #CDB941;
}
.AnyTagClassName
{
color: #CDB941;
}
</style>
background-color css
<style>
a { background-color: #CDB941; }
a { background-color: rgb(205,185,65); }
div.DivClassName
{
background-color: #CDB941;
}
.BgClassName
{
background-color: #CDB941;
}
</style>
border-color css
<style>
span { border-color: #CDB941; }
span { border-color: rgb(205,185,65); }
td.TdClassName
{
border-color: #CDB941;
}
.TagClassName
{
border-color: #CDB941;
}
</style>