Shades of Old Gold #CDB546
Tints of Old Gold #CDB546
RGB
CMYK
RGB Variations
Color information
#CDB546 (or 0xCDB546) is known color: Old Gold. HEX triplet: CD, B5 and 46. RGB value is (205,181,70). Sum of RGB (Red+Green+Blue) = 205+181+70=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB546 is #324AB9. Grayscale: #AFAFAF. Windows color (decimal): -3295930 or 4634061. OLE color: 4634061.
HSL color Cylindrical-coordinate representation of color #CDB546: hue angle of 49.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDB546 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 70 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.20 |
| HSL | 49.33º | 0.57% | 0.54% | - |
| HSV(B) | 49.33º | 0.66% | 0.8% | - |
| XYZ | 42.81 | 46.47 | 12.51 | - |
| YUV | 175.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 70 | 0 | 0.12 | 0.66 | 0.20 | 49.33 | 0.57 | 0.54 |
| Hex | CD | B5 | 46 | 0 | C | 42 | 14 | 31 | 39 | 36 |
| Octal | 315 | 265 | 106 | 0 | 14 | 102 | 24 | 61 | 71 | 66 |
| Binary | 11001101 | 10110101 | 1000110 | 0 | 1100 | 1000010 | 10100 | 110001 | 111001 | 110110 |
Color Harmonies of #CDB546
Complementary color
Monochromatic Colors of #CDB546
Black with #CDB546
Text Example
Text Example
White with #CDB546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB546; }
p { color: rgb(205,181,70); }
H1.HeaderClassName
{
color: #CDB546;
}
.AnyTagClassName
{
color: #CDB546;
}
</style>
background-color css
<style>
a { background-color: #CDB546; }
a { background-color: rgb(205,181,70); }
div.DivClassName
{
background-color: #CDB546;
}
.BgClassName
{
background-color: #CDB546;
}
</style>
border-color css
<style>
span { border-color: #CDB546; }
span { border-color: rgb(205,181,70); }
td.TdClassName
{
border-color: #CDB546;
}
.TagClassName
{
border-color: #CDB546;
}
</style>