Shades of Old Gold #CDB341
Tints of Old Gold #CDB341
RGB
CMYK
RGB Variations
Color information
#CDB341 (or 0xCDB341) is known color: Old Gold. HEX triplet: CD, B3 and 41. RGB value is (205,179,65). Sum of RGB (Red+Green+Blue) = 205+179+65=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB341 is #324CBE. Grayscale: #AEAEAE. Windows color (decimal): -3296447 or 4305869. OLE color: 4305869.
HSL color Cylindrical-coordinate representation of color #CDB341: hue angle of 48.86º 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 #CDB341 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 65 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.20 |
| HSL | 48.86º | 0.58% | 0.53% | - |
| HSV(B) | 48.86º | 0.68% | 0.8% | - |
| XYZ | 42.25 | 45.6 | 11.58 | - |
| YUV | 173.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 65 | 0 | 0.13 | 0.68 | 0.20 | 48.86 | 0.58 | 0.53 |
| Hex | CD | B3 | 41 | 0 | D | 44 | 14 | 31 | 3A | 35 |
| Octal | 315 | 263 | 101 | 0 | 15 | 104 | 24 | 61 | 72 | 65 |
| Binary | 11001101 | 10110011 | 1000001 | 0 | 1101 | 1000100 | 10100 | 110001 | 111010 | 110101 |
Color Harmonies of #CDB341
Complementary color
Monochromatic Colors of #CDB341
Black with #CDB341
Text Example
Text Example
White with #CDB341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB341; }
p { color: rgb(205,179,65); }
H1.HeaderClassName
{
color: #CDB341;
}
.AnyTagClassName
{
color: #CDB341;
}
</style>
background-color css
<style>
a { background-color: #CDB341; }
a { background-color: rgb(205,179,65); }
div.DivClassName
{
background-color: #CDB341;
}
.BgClassName
{
background-color: #CDB341;
}
</style>
border-color css
<style>
span { border-color: #CDB341; }
span { border-color: rgb(205,179,65); }
td.TdClassName
{
border-color: #CDB341;
}
.TagClassName
{
border-color: #CDB341;
}
</style>